| Symbol Name | Hangul Syllable Gyebs |
| Unicode Version | 2.0 |
| Unicode | U+ACDB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ACDB |
| Hex Code | 0xACDB |
| HTML Code | 곛 |
| LaTeX | \hangul{ACDB} |
| Symbol | 곛 |
| URL encode (UTF-8 percent) | %EA%B3%9B |
| Spoken / screen reader name | 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}You can type the hangul syllable gyebs symbol on most modern devices with the help of following methods:
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>Hangul Syllable Gyebs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |