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

What is Unicode character 𬣃?

The Unicode character 𬣃 U+2C8C3 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+2C8C3.

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!