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

What is Unicode character 𢂁?

The Unicode character 𢂁 U+22081 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+22081.

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!