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

What is Unicode character 𫬶?

The Unicode character 𫬶 U+2BB36 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+2BB36.

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!