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

What is Unicode character 𡲐?

The Unicode character 𡲐 U+21C90 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+21C90.

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!