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

What is Unicode character 𢵱?

The Unicode character 𢵱 U+22D71 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+22D71.

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!