| 記号名 | Hangul Letter Rieul-yeorinhieuh |
| Unicodeバージョン | 1.1 |
| Unicode | U+316D |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \316D |
| 16進コード | 0x316D |
| HTMLコード | ㅭ |
| LaTeX | \hangul{316D} |
| 記号 | ㅭ |
| URLエンコード(UTF-8パーセント) | %E3%85%AD |
| 読み上げ名 / スクリーンリーダー | Hangul Letter Rieul-yeorinhieuh |
| UTF-8 | E3 85 AD |
| UTF-16 | 316D |
| UTF-32 | 0000316D |
1\documentclass{article}2\usepackage{pifont}3\hangul{316D}4\end{document}以下の方法でほとんどの最新デバイスでhangul letter rieul-yeorinhieuh記号を入力できます:
Alt + 12653 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter rieul-yeorinhieuh", or use Unicode Hex Input with 316D.
Ctrl + Shift + U, type 316d, 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-yeorinhieuh::before { content: "\316D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㅭ</span>各プログラミング言語におけるHangul Letter Rieul-yeorinhieuh記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u316D' or String.fromCodePoint(12653) |
| Python | '\N{HANGUL LETTER RIEUL-YEORINHIEUH}' or chr(12653) |
| Rust | '\u{316D}' |
| C / C++ | UTF-8 source or wchar_t with U+316D |
| Go | string(rune(0x316D)) |
| Ruby | "\u{316D}" |