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

What is Unicode character 𢵁?

The Unicode character 𢵁 U+22D41 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+22D41.

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!