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

What is Unicode character 𬾢?

The Unicode character 𬾢 U+2CFA2 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+2CFA2.

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!