| 記号名 | Heavy Exclamation Mark Ornament |
| Unicodeバージョン | 1.1 |
| Unicode | U+2762 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 9D A2 |
| UTF-16 | 2762 |
| UTF-32 | 00002762 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEXCLAMATIONMARKORNAMENT}4\end{document}以下の方法でほとんどの最新デバイスでheavy exclamation mark ornament記号を入力できます:
Alt + 10082 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy exclamation mark ornament", or use Unicode Hex Input with 2762.
Ctrl + Shift + U, type 2762, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.heavy-exclamation-mark-ornament::before { content: "\2762"; }1<span>❢</span>各プログラミング言語におけるHeavy Exclamation Mark Ornament記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2762' or String.fromCodePoint(10082) |
| Python | '\N{HEAVY EXCLAMATION MARK ORNAMENT}' or chr(10082) |
| Rust | '\u{2762}' |
| C / C++ | UTF-8 source or wchar_t with U+2762 |
| Go | string(rune(0x2762)) |
| Ruby | "\u{2762}" |
\2762 |
| 16進コード | 0x2762 |
| HTMLコード | ❢ |
| LaTeX | \text{HEAVYEXCLAMATIONMARKORNAMENT} |
| 記号 | ❢ |
| URLエンコード(UTF-8パーセント) | %E2%9D%A2 |
| 読み上げ名 / スクリーンリーダー | Heavy Exclamation Mark Ornament |