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

What is Unicode character 𬡟?

The Unicode character 𬡟 U+2C85F 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+2C85F.

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!