| Nome del simbolo | Hangul Letter Rieul-sios |
| Versione Unicode | 1.1 |
| Unicode | U+313D |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \313D |
| Codice esadecimale | 0x313D |
| Codice HTML | ㄽ |
| LaTeX | \hangul{313D} |
| Simbolo | ㄽ |
| Codifica URL (percentuale UTF-8) | %E3%84%BD |
| Nome parlato / screen reader | Hangul Letter Rieul-sios |
| UTF-8 | E3 84 BD |
| UTF-16 | 313D |
| UTF-32 | 0000313D |
1\documentclass{article}2\usepackage{pifont}3\hangul{313D}4\end{document}Puoi digitare il simbolo hangul letter rieul-sios sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12605 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter rieul-sios", or use Unicode Hex Input with 313D.
Ctrl + Shift + U, type 313d, 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-letter-rieul-sios::before { content: "\313D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㄽ</span>La rappresentazione del simbolo Hangul Letter Rieul-sios nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u313D' or String.fromCodePoint(12605) |
| Python | '\N{HANGUL LETTER RIEUL-SIOS}' or chr(12605) |
| Rust | '\u{313D}' |
| C / C++ | UTF-8 source or wchar_t with U+313D |
| Go | string(rune(0x313D)) |
| Ruby | "\u{313D}" |