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

What is Unicode character 𧢍?

The Unicode character 𧢍 U+2788D 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+2788D.

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!