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

What is Unicode character 𡢐?

The Unicode character 𡢐 U+21890 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+21890.

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!