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

What is Unicode character 𫬎?

The Unicode character 𫬎 U+2BB0E 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+2BB0E.

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!