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