copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('イ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
イ
Overview
イ (KATAKANA LETTER I) is the Unicode character at code point U+30A4. It belongs to the Katakana block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30A4 | |
| decimal | 12452 | |
| htmldecimal | イ | |
| htmlhex | イ | |
| css | \30A4 | |
| javascript | \u{30A4} | |
| python | \u30a4 | |
| java | \u30A4 | |
| go | \u30A4 | |
| ruby | \u{30A4} | |
| rust | \u{30A4} | |
| ccpp | \u30a4 | |
| urlencoded | %E3%82%A4 | |
| utf8bytes | e3 82 a4 | |
| utf16bebytes | 30 a4 | |
| utf32bebytes | 00 00 30 a4 |
How to Use
HTML:
イ
CSS:
content: "\30A4"
JavaScript:
"\u{30A4}"
Python:
"\u30a4"
Properties
Frequently Asked Questions
What is the イ character (KATAKANA LETTER I)?
イ (KATAKANA LETTER I) is the Unicode character U+30A4.
What is the Unicode codepoint of KATAKANA LETTER I?
The KATAKANA LETTER I character (イ) has codepoint U+30A4.
How do I type or copy KATAKANA LETTER I?
Copy イ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.