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

What is Unicode character 𬾣?

The Unicode character 𬾣 U+2CFA3 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+2CFA3.

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!