| Symbol Name | Hangul Letter Rieul-kiyeok |
| Unicode Version | 1.1 |
| Unicode | U+313A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \313A |
| Hex Code | 0x313A |
| HTML Code | ㄺ |
| LaTeX | \hangul{313A} |
| Symbol | ㄺ |
| URL encode (UTF-8 percent) | %E3%84%BA |
| Spoken / screen reader name | 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}You can type the hangul letter rieul-kiyeok symbol on most modern devices with the help of following methods:
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>Hangul Letter Rieul-kiyeok symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |