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' : ''">
ĉ
LATIN SMALL LETTER C WITH CIRCUMFLEX
Overview
ĉ (LATIN SMALL LETTER C WITH CIRCUMFLEX) is the Unicode character at code point U+0109. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0109 | |
| decimal | 265 | |
| htmldecimal | ĉ | |
| htmlhex | ĉ | |
| css | \0109 | |
| javascript | \u{109} | |
| python | \u0109 | |
| java | \u0109 | |
| go | \u0109 | |
| ruby | \u{109} | |
| rust | \u{109} | |
| ccpp | \u0109 | |
| urlencoded | %C4%89 | |
| utf8bytes | c4 89 | |
| utf16bebytes | 01 09 | |
| utf32bebytes | 00 00 01 09 |
How to Use
HTML:
ĉ
CSS:
content: "\0109"
JavaScript:
"\u{109}"
Python:
"\u0109"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0063 0302
Frequently Asked Questions
What is the ĉ character (LATIN SMALL LETTER C WITH CIRCUMFLEX)?
ĉ (LATIN SMALL LETTER C WITH CIRCUMFLEX) is the Unicode character U+0109.
What is the Unicode codepoint of LATIN SMALL LETTER C WITH CIRCUMFLEX?
The LATIN SMALL LETTER C WITH CIRCUMFLEX character (ĉ) has codepoint U+0109.
How do I type or copy LATIN SMALL LETTER C WITH CIRCUMFLEX?
Copy ĉ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.