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

What is Unicode character 𫍟?

The Unicode character 𫍟 U+2B35F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B35F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!