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

What is Unicode character 𢐡?

The Unicode character 𢐡 U+22421 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+22421.

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!