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

What is Unicode character 𰫹?

The Unicode character 𰫹 U+30AF9 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+30AF9.

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!