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