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>&#180239;</p>
📋
CSS .selector { content: '\2C00F' };
📋
JS var unicodeA = '\u2C00F ';
📋
CPP char unicodeA = ' \u2C00F ';
📋
Java char unicodeA = '\u2C00F';
📋
Python unicodeA = '\u2C00F'
📋

What is Unicode character 𬀏?

The Unicode character 𬀏 U+2C00F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C00F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!