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