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

What is Unicode character 𬍚?

The Unicode character 𬍚 U+2C35A 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+2C35A.

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!