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

What is Unicode character 𰶢?

The Unicode character 𰶢 U+30DA2 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+30DA2.

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!