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

What is Unicode character 𨵱?

The Unicode character 𨵱 U+28D71 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+28D71.

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!