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

What is Unicode character 𰫟?

The Unicode character 𰫟 U+30ADF 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+30ADF.

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!