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

What is Unicode character 𡎐?

The Unicode character 𡎐 U+21390 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+21390.

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!