| Nom du symbole | Flag: South Africa |
| Version Unicode | 2.0 |
| Unicode | U+1F1FF |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F1FF |
| Code hexadécimal | 0x1F1FF |
| Code HTML | 🇿🇦 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🇿🇦 |
| Encodage URL (pourcent UTF-8) | %F0%9F%87%BF%F0%9F%87%A6 |
| Raccourci Discord / Slack | :flag_za: |
| Raccourci GitHub | :flag_za: |
| Nom oral / lecteur d’écran | Flag: South Africa |
| UTF-8 | F0 9F 87 BF F0 9F 87 A6 |
| UTF-16 | D83C DDFF D83C DDE6 |
| UTF-32 | 0001F1FF 0001F1E6 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole flag: south africa sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Flags in emoji keyboard.
Edit → Emoji & Symbols, search "flag: south africa".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Flags, or search "flag: south africa".
Emoji keyboard → Flags; search "flag: south africa".
1span.flag-south-africa::before { content: "\1F1FF"; } /* prefer inline grapheme for ZWJ */1<span>🇿🇦</span>La représentation du symbole Flag: South Africa dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F1FF, 0x1F1E6) |
| Python | '\N{FLAG: SOUTH AFRICA}' |
| Rust | '\u{1F1FF}' |
| Swift | "\u{1F1FF}" |
| Go | string(rune(0x1F1FF)) |
| Ruby | "\u{1F1FF}" |