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

What is Unicode character 𬾍?

The Unicode character 𬾍 U+2CF8D 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+2CF8D.

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!