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

What is Unicode character 𢌡?

The Unicode character 𢌡 U+22321 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+22321.

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!