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

What is Unicode character 𢁁?

The Unicode character 𢁁 U+22041 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+22041.

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!