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

What is Unicode character 𬾐?

The Unicode character 𬾐 U+2CF90 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+2CF90.

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!