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

What is Unicode character 𢶁?

The Unicode character 𢶁 U+22D81 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+22D81.

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!