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

What is Unicode character 𨝱?

The Unicode character 𨝱 U+28771 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+28771.

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!