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

What is Unicode character 𨦁?

The Unicode character 𨦁 U+28981 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+28981.

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!