| Nome del simbolo | Hangul Jongseong Ssangrieul |
| Versione Unicode | 1.1 |
| Unicode | U+11D0 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| UTF-8 | E1 87 90 |
| UTF-16 | 11D0 |
| UTF-32 | 000011D0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{11D0}4\end{document}Puoi digitare il simbolo hangul jongseong ssangrieul sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Jongseong Ssangrieul nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\11D0 |
| Codice esadecimale | 0x11D0 |
| Codice HTML | ᇐ |
| LaTeX | \hangul{11D0} |
| Simbolo | ᇐ |
| Codifica URL (percentuale UTF-8) | %E1%87%90 |
| Nome parlato / screen reader | Hangul Jongseong Ssangrieul |