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

What is Unicode character 𬡙?

The Unicode character 𬡙 U+2C859 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+2C859.

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!