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

What is Unicode character 𬡵?

The Unicode character 𬡵 U+2C875 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+2C875.

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!