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