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

What is Unicode character 𢤡?

The Unicode character 𢤡 U+22921 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+22921.

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!