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

What is Unicode character 𰵰?

The Unicode character 𰵰 U+30D70 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30D70.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!