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

What is Unicode character 𰶐?

The Unicode character 𰶐 U+30D90 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+30D90.

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!