| Nombre del símbolo | Hangul Letter Rieul-sios |
| Versión Unicode | 1.1 |
| Unicode | U+313D |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \313D |
| Código hexadecimal | 0x313D |
| Código HTML | ㄽ |
| LaTeX | \hangul{313D} |
| Símbolo | ㄽ |
| Codificación URL (porcentaje UTF-8) | %E3%84%BD |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul letter rieul-sios en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Letter Rieul-sios en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |