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

What is Unicode character 𰨝?

The Unicode character 𰨝 U+30A1D 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+30A1D.

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!