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

What is Unicode character 𬾅?

The Unicode character 𬾅 U+2CF85 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+2CF85.

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!