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

What is Unicode character 𬍟?

The Unicode character 𬍟 U+2C35F 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+2C35F.

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!