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

What is Unicode character 𢆁?

The Unicode character 𢆁 U+22181 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+22181.

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!