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 MIDDLE DOT) is the Unicode character at code point U+30FB. It belongs to the Katakana block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30FB | |
| decimal | 12539 | |
| htmldecimal | ・ | |
| htmlhex | ・ | |
| css | \30FB | |
| javascript | \u{30FB} | |
| python | \u30fb | |
| java | \u30FB | |
| go | \u30FB | |
| ruby | \u{30FB} | |
| rust | \u{30FB} | |
| ccpp | \u30fb | |
| urlencoded | %E3%83%BB | |
| utf8bytes | e3 83 bb | |
| utf16bebytes | 30 fb | |
| utf32bebytes | 00 00 30 fb |
How to Use
HTML:
・
CSS:
content: "\30FB"
JavaScript:
"\u{30FB}"
Python:
"\u30fb"
Properties
Frequently Asked Questions
What is the ・ character (KATAKANA MIDDLE DOT)?
・ (KATAKANA MIDDLE DOT) is the Unicode character U+30FB.
What is the Unicode codepoint of KATAKANA MIDDLE DOT?
The KATAKANA MIDDLE DOT character (・) has codepoint U+30FB.
How do I type or copy KATAKANA MIDDLE DOT?
Copy ・ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.