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

What is Unicode character 𨪑?

The Unicode character 𨪑 U+28A91 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+28A91.

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!