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

What is Unicode character 𬾀?

The Unicode character 𬾀 U+2CF80 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+2CF80.

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!