| Symboolnaam | Hangul Syllable Gyeob |
| Unicode-versie | 2.0 |
| Unicode | U+ACBE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ACBE |
| Hexadecimale code | 0xACBE |
| HTML-code | 겾 |
| LaTeX | \hangul{ACBE} |
| Symbool | 겾 |
| URL-codering (UTF-8 procent) | %EA%B2%BE |
| Uitgesproken naam / schermlezer | Hangul Syllable Gyeob |
| UTF-8 | EA B2 BE |
| UTF-16 | ACBE |
| UTF-32 | 0000ACBE |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACBE}4\end{document}Je kunt het hangul syllable gyeob-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44222 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyeob", or use Unicode Hex Input with ACBE.
Ctrl + Shift + U, type acbe, 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-gyeob::before { content: "\ACBE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>겾</span>De weergave van het Hangul Syllable Gyeob-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uACBE' or String.fromCodePoint(44222) |
| Python | '\N{HANGUL SYLLABLE GYEOB}' or chr(44222) |
| Rust | '\u{ACBE}' |
| C / C++ | UTF-8 source or wchar_t with U+ACBE |
| Go | string(rune(0xACBE)) |
| Ruby | "\u{ACBE}" |