Css Styling

Size
𬼀
15px
𬼀
18px
𬼀
21px
𬼀
24px
𬼀
27px
𬼀
30px
𬼀
33px
𬼀
36px
𬼀
42px
𬼀
48px
𬼀
54px
𬼀
60px
𬼀
66px
𬼀
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬼀
Bold
𬼀
Italic
𬼀
Underline
𬼀
Strikethrough
𬼀
UpperCase
𬼀
LowerCase
𬼀
Oblique
A 𬼀
Subscript
A 𬼀
Superscript
𬼀
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬼀
Arial
𬼀
Times New Roman
𬼀
Verdana
𬼀
Courier New
𬼀
Garamond
𬼀
Georgia
𬼀
Trebuchet MS
𬼀
Tahoma
𬼀
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬼀
White
𬼀
Brown
𬼀
Maroon
𬼀
Magenta
𬼀
Red
𬼀
Orange
𬼀
Yellow
𬼀
Green
𬼀
Teal
𬼀
Cyan
𬼀
Blue
𬼀
Violet
𬼀
Purple
𬼀
Indigo
𬼀
Gray
𬼀
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬼀
White
𬼀
Brown
𬼀
Maroon
𬼀
Magenta
𬼀
Red
𬼀
Orange
𬼀
Yellow
𬼀
Green
𬼀
Teal
𬼀
Cyan
𬼀
Blue
𬼀
Violet
𬼀
Purple
𬼀
Indigo
𬼀
Gray
𬼀
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#184064;</p>
📋
CSS .selector { content: '\2CF00' };
📋
JS var unicodeA = '\u2CF00 ';
📋
CPP char unicodeA = ' \u2CF00 ';
📋
Java char unicodeA = '\u2CF00';
📋
Python unicodeA = '\u2CF00'
📋

What is Unicode character 𬼀?

The Unicode character 𬼀 U+2CF00 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𬼀 represent?

The Unicode character 𬼀 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬼀?

The Unicode code point for 𬼀 is U+2CF00.

Is the appearance of the 𬼀 character consistent across all platforms?

The appearance of the 𬼀 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬼀 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬼀 character.

In which version was Unicode character 𬼀 released, and to which block of characters does it belong?

Unicode character 𬼀 was first introduced in Unicode Version 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!