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

What is Unicode character 𰨟?

The Unicode character 𰨟 U+30A1F 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+30A1F.

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!