| Symbol Name | Hangul Syllable Gwelh |
| Unicode Version | 2.0 |
| Unicode | U+ADB3 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ADB3 |
| Hex Code | 0xADB3 |
| HTML Code | 궳 |
| LaTeX | \hangul{ADB3} |
| Symbol | 궳 |
| URL encode (UTF-8 percent) | %EA%B6%B3 |
| Spoken / screen reader name | Hangul Syllable Gwelh |
| UTF-8 | EA B6 B3 |
| UTF-16 | ADB3 |
| UTF-32 | 0000ADB3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ADB3}4\end{document}You can type the hangul syllable gwelh symbol on most modern devices with the help of following methods:
Alt + 44467 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gwelh", or use Unicode Hex Input with ADB3.
Ctrl + Shift + U, type adb3, 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-gwelh::before { content: "\ADB3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>궳</span>Hangul Syllable Gwelh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uADB3' or String.fromCodePoint(44467) |
| Python | '\N{HANGUL SYLLABLE GWELH}' or chr(44467) |
| Rust | '\u{ADB3}' |
| C / C++ | UTF-8 source or wchar_t with U+ADB3 |
| Go | string(rune(0xADB3)) |
| Ruby | "\u{ADB3}" |