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