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

What is Unicode character 𬡗?

The Unicode character 𬡗 U+2C857 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+2C857.

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!