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