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

What is Unicode character 𢔁?

The Unicode character 𢔁 U+22501 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+22501.

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!