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

What is Unicode character 𢑱?

The Unicode character 𢑱 U+22471 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+22471.

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!