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

What is Unicode character 𢡁?

The Unicode character 𢡁 U+22841 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+22841.

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!