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

What is Unicode character 𨍱?

The Unicode character 𨍱 U+28371 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+28371.

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!