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