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

What is Unicode character 𫢺?

The Unicode character 𫢺 U+2B8BA 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+2B8BA.

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!