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

What is Unicode character 𨢁?

The Unicode character 𨢁 U+28881 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+28881.

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!