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

What is Unicode character 𠵰?

The Unicode character 𠵰 U+20D70 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+20D70.

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!