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

What is Unicode character 𦍱?

The Unicode character 𦍱 U+26371 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+26371.

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!