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>&#161934;</p>
📋
CSS .selector { content: '\2788E' };
📋
JS var unicodeA = '\u2788E ';
📋
CPP char unicodeA = ' \u2788E ';
📋
Java char unicodeA = '\u2788E';
📋
Python unicodeA = '\u2788E'
📋

What is Unicode character 𧢎?

The Unicode character 𧢎 U+2788E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2788E.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!