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

What is Unicode character 𬾎?

The Unicode character 𬾎 U+2CF8E 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+2CF8E.

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!