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

What is Unicode character 𬡧?

The Unicode character 𬡧 U+2C867 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+2C867.

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!