| Nom du symbole | Hangul Syllable Geomp |
| Version Unicode | 2.0 |
| Unicode | U+AC84 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \AC84 |
| Code hexadécimal | 0xAC84 |
| Code HTML | 겄 |
| LaTeX | \hangul{AC84} |
| Symbole | 겄 |
| Encodage URL (pourcent UTF-8) | %EA%B2%84 |
| Nom oral / lecteur d’écran | Hangul Syllable Geomp |
| UTF-8 | EA B2 84 |
| UTF-16 | AC84 |
| UTF-32 | 0000AC84 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC84}4\end{document}Vous pouvez saisir le symbole hangul syllable geomp sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44164 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable geomp", or use Unicode Hex Input with AC84.
Ctrl + Shift + U, type ac84, 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-geomp::before { content: "\AC84"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>겄</span>La représentation du symbole Hangul Syllable Geomp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAC84' or String.fromCodePoint(44164) |
| Python | '\N{HANGUL SYLLABLE GEOMP}' or chr(44164) |
| Rust | '\u{AC84}' |
| C / C++ | UTF-8 source or wchar_t with U+AC84 |
| Go | string(rune(0xAC84)) |
| Ruby | "\u{AC84}" |