| Symbol Name | Hangul Jongseong Sios-kiyeok |
| Unicode Version | 1.1 |
| Unicode | U+11E7 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \11E7 |
| Hex Code | 0x11E7 |
| HTML Code | ᇧ |
| LaTeX | \hangul{11E7} |
| Symbol | ᇧ |
| URL encode (UTF-8 percent) | %E1%87%A7 |
| Spoken / screen reader name | Hangul Jongseong Sios-kiyeok |
| UTF-8 | E1 87 A7 |
| UTF-16 | 11E7 |
| UTF-32 | 000011E7 |
1\documentclass{article}2\usepackage{pifont}3\hangul{11E7}4\end{document}You can type the hangul jongseong sios-kiyeok symbol on most modern devices with the help of following methods:
Alt + 4583 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jongseong sios-kiyeok", or use Unicode Hex Input with 11E7.
Ctrl + Shift + U, type 11e7, 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.hangul-jongseong-sios-kiyeok::before { content: "\11E7"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᇧ</span>Hangul Jongseong Sios-kiyeok symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u11E7' or String.fromCodePoint(4583) |
| Python | '\N{HANGUL JONGSEONG SIOS-KIYEOK}' or chr(4583) |
| Rust | '\u{11E7}' |
| C / C++ | UTF-8 source or wchar_t with U+11E7 |
| Go | string(rune(0x11E7)) |
| Ruby | "\u{11E7}" |