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

What is Unicode character 𨺑?

The Unicode character 𨺑 U+28E91 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+28E91.

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!