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

What is Unicode character 𬾊?

The Unicode character 𬾊 U+2CF8A 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+2CF8A.

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!