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

What is Unicode character 𬼡?

The Unicode character 𬼡 U+2CF21 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+2CF21.

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!