| Nom du symbole | Zebra |
| Version Unicode | 5.0 |
| Unicode | U+1F993 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F993 |
| Code hexadécimal | 0x1F993 |
| Code HTML | 🦓 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🦓 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A6%93 |
| Nom oral / lecteur d’écran | Zebra |
| UTF-8 | F0 9F A6 93 |
| UTF-16 | D83E DD93 |
| UTF-32 | 0001F993 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole zebra sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "zebra".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "zebra".
Emoji keyboard → Animals; search "zebra".
1span.zebra::before { content: "\1F993"; } /* prefer inline grapheme for ZWJ */1<span>🦓</span>La représentation du symbole Zebra dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD93' or String.fromCodePoint(0x1F993) |
| Python | '\N{ZEBRA}' |
| Rust | '\u{1F993}' |
| Swift | "\u{1F993}" |
| Go | string(rune(0x1F993)) |
| Ruby | "\u{1F993}" |