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

What is Unicode character 𬍝?

The Unicode character 𬍝 U+2C35D 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+2C35D.

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!