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

What is Unicode character 𢊁?

The Unicode character 𢊁 U+22281 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+22281.

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!