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

What is Unicode character 𫬵?

The Unicode character 𫬵 U+2BB35 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+2BB35.

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!