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

What is Unicode character 𬡐?

The Unicode character 𬡐 U+2C850 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+2C850.

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!