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