Алексей Авдеев, Neuron.Digital
Unicode version | Single emoji count | delta |
---|---|---|
1.0.0 (1991) | 78 | (+78) |
... | ... | ... |
5.2 (2009) | 142 | (+27) |
6.0 (2010) | 858 | (+716) |
... | ... | ... |
11.0 (2018) | 1,212 | (+66) |
Code point | default | FITZ-1-2 | FITZ-3 | FITZ-4 | FITZ-5 | FITZ-6 |
---|---|---|---|---|---|---|
U+1F466: BOY | 👦 | 👦🏻 | 👦🏼 | 👦🏽 | 👦🏾 | 👦🏿 |
U+1F467: GIRL | 👧 | 👧🏻 | 👧🏼 | 👧🏽 | 👧🏾 | 👧🏿 |
U+1F468: MAN | 👨 | 👨🏻 | 👨🏼 | 👨🏽 | 👨🏾 | 👨🏿 |
U+1F469: WOMAN | 👩 | 👩🏻 | 👩🏼 | 👩🏽 | 👩🏾 | 👩🏿 |
U+200D ZERO WIDTH JOINER (HTML ‍ ‍)
Code point | default | ⚕️ | 🏫 | 🔧 | 🏭 | 💼 | 💻 |
---|---|---|---|---|---|---|---|
U+1F468: MAN | 👨 | 👨⚕️ | 👨🏫 | 👨🔧 | 👨🏭 | 👨💼 | 👨💻 |
U+1F469: WOMAN | 👩 | 👩⚕️ | 👩🏫 | 👩🔧 | 👩🏭 | 👩💼 | 👨💻 |
http://unicode.org/emoji/charts/emoji-zwj-sequences.html
font-family:
"Apple Color Emoji", /* iOS, macOS - 34.3 МБ */
"NotoColorEmoji", /* Google (Android, Linux) - 6.92 МБ */
"Segoe UI Emoji", /* Windows - 660.45 КБ */
"Segoe UI Symbol", /* Windows */
"EmojiSymbols"; /* Open Source - 231 КБ */
design guidelines for improving interoperability across platforms and implementations
http://unicode.org/reports/tr51/
While the shape of the character can vary significantly, designers should maintain the same “core” shape, based on the shapes used mostly commonly in industry practice. For example, a U+1F36F HONEY POT encodes for a pictorial representation of a pot of honey, not for some semantic like "sweet". It would be unexpected to represent U+1F36F HONEY POT as a sugar cube, for example. Deviating too far from that core shape can cause interoperability problems: see accidentally-sending-friends-a-hairy-heart-emojiexternal link.
Hello, world! 👋, 🌎!
Hello, world!
<img alt="👋" src="/apple40/1f44b.png">,
<img alt="🌎" src="/apple40/1f30e.png">!
https://github.com/Julia-Lavrova/emoji-js
parseEmoji('😍🍕👉👿💖');
<img alt="😍" src="/apple40/1f60d.png" />
<img alt="🍕" src="/apple40/1f355.png" />
<img alt="👉" src="/apple40/1f449.png" />
<img alt="👿" src="/apple40/1f47f.png" />
<img alt="💖" src="/apple40/1f496.png" />
https://github.com/Julia-Lavrova/emoji-js
'🤙'
.charCodeAt(0)
.toString(16); // d83e
'👩🏿'
.split('')
.reduce((result, currentChar) => {
const code = currentChar.charCodeAt(0).toString(16);
const code4 = `000${code}`.substr(-4);
return `${result}\\u${code4};`
}, ''); // \ud83d\udc69\ud83c\udfff
const reg = new RegExp('
\ud83d\udc69\ud83c\udfff|\ud83e
', 'g');
txt.replace(reg, (match, p1) =>
`<img src="/apple40/${toCodePoint(p1)}.png" alt="" />`
);
apps and extensions, including third party keyboards and Sticker packs, may not include Apple emoji.
https://developer.apple.com/app-store/review/guidelines/#intellectual-property
Название | Символ |
---|---|
White Square (U+25A1) | □ |
Cuneiform Sign A (U+12000) | ■ |
White Medium Square (U+25FB) | ◻ |
Cuneiform Sign A Times Bad (U+12002) | 𒀂 |