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

What is Unicode character 𢹁?

The Unicode character 𢹁 U+22E41 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+22E41.

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!