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

What is Unicode character 𢼡?

The Unicode character 𢼡 U+22F21 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+22F21.

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!