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

What is Unicode character 𬣺?

The Unicode character 𬣺 U+2C8FA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C8FA.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!