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

What is Unicode character 𢎁?

The Unicode character 𢎁 U+22381 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+22381.

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!