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>&#167304;</p>
📋
CSS .selector { content: '\28D88' };
📋
JS var unicodeA = '\u28D88 ';
📋
CPP char unicodeA = ' \u28D88 ';
📋
Java char unicodeA = '\u28D88';
📋
Python unicodeA = '\u28D88'
📋

What is Unicode character 𨶈?

The Unicode character 𨶈 U+28D88 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+28D88.

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!