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

What is Unicode character 𬡛?

The Unicode character 𬡛 U+2C85B 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+2C85B.

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!