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

What is Unicode character 𡹰?

The Unicode character 𡹰 U+21E70 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+21E70.

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!