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