| Nom du symbole | Hangul Syllable Geb |
| Version Unicode | 2.0 |
| Unicode | U+ACA2 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \ACA2 |
| Code hexadécimal | 0xACA2 |
| Code HTML | 겢 |
| LaTeX | \hangul{ACA2} |
| Symbole | 겢 |
| Encodage URL (pourcent UTF-8) | %EA%B2%A2 |
| Nom oral / lecteur d’écran | Hangul Syllable Geb |
| UTF-8 | EA B2 A2 |
| UTF-16 | ACA2 |
| UTF-32 | 0000ACA2 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACA2}4\end{document}Vous pouvez saisir le symbole hangul syllable geb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44194 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable geb", or use Unicode Hex Input with ACA2.
Ctrl + Shift + U, type aca2, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-geb::before { content: "\ACA2"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>겢</span>La représentation du symbole Hangul Syllable Geb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uACA2' or String.fromCodePoint(44194) |
| Python | '\N{HANGUL SYLLABLE GEB}' or chr(44194) |
| Rust | '\u{ACA2}' |
| C / C++ | UTF-8 source or wchar_t with U+ACA2 |
| Go | string(rune(0xACA2)) |
| Ruby | "\u{ACA2}" |