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

What is Unicode character 𬾡?

The Unicode character 𬾡 U+2CFA1 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+2CFA1.

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!