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

What is Unicode character 𡤢?

The Unicode character 𡤢 U+21922 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+21922.

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!