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

What is Unicode character 𢘡?

The Unicode character 𢘡 U+22621 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+22621.

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!