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

What is Unicode character 𬡕?

The Unicode character 𬡕 U+2C855 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+2C855.

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!