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

What is Unicode character 𬾦?

The Unicode character 𬾦 U+2CFA6 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+2CFA6.

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!