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

What is Unicode character 𢬡?

The Unicode character 𢬡 U+22B21 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+22B21.

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!