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

What is Unicode character 𰶡?

The Unicode character 𰶡 U+30DA1 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+30DA1.

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!