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 GA) is the Unicode character at code point U+30AC. 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+30AC | |
| decimal | 12460 | |
| htmldecimal | ガ | |
| htmlhex | ガ | |
| css | \30AC | |
| javascript | \u{30AC} | |
| python | \u30ac | |
| java | \u30AC | |
| go | \u30AC | |
| ruby | \u{30AC} | |
| rust | \u{30AC} | |
| ccpp | \u30ac | |
| urlencoded | %E3%82%AC | |
| utf8bytes | e3 82 ac | |
| utf16bebytes | 30 ac | |
| utf32bebytes | 00 00 30 ac |
How to Use
HTML:
ガ
CSS:
content: "\30AC"
JavaScript:
"\u{30AC}"
Python:
"\u30ac"
Properties
Frequently Asked Questions
What is the ガ character (KATAKANA LETTER GA)?
ガ (KATAKANA LETTER GA) is the Unicode character U+30AC.
What is the Unicode codepoint of KATAKANA LETTER GA?
The KATAKANA LETTER GA character (ガ) has codepoint U+30AC.
How do I type or copy KATAKANA LETTER GA?
Copy ガ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.