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