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

What is Unicode character 𡍰?

The Unicode character 𡍰 U+21370 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+21370.

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!