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

What is Unicode character 𫢍?

The Unicode character 𫢍 U+2B88D 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+2B88D.

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!