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

What is Unicode character 𬣼?

The Unicode character 𬣼 U+2C8FC 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+2C8FC.

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!