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

What is Unicode character 𫢎?

The Unicode character 𫢎 U+2B88E 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+2B88E.

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!