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