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

What is Unicode character 𬣁?

The Unicode character 𬣁 U+2C8C1 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+2C8C1.

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!