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

What is Unicode character 𢮁?

The Unicode character 𢮁 U+22B81 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+22B81.

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!