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

What is Unicode character 𢢁?

The Unicode character 𢢁 U+22881 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+22881.

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!