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

What is Unicode character 𢹱?

The Unicode character 𢹱 U+22E71 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+22E71.

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!