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

What is Unicode character 𨹱?

The Unicode character 𨹱 U+28E71 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+28E71.

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!