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

What is Unicode character 𬡓?

The Unicode character 𬡓 U+2C853 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+2C853.

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!