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

What is Unicode character 𰪹?

The Unicode character 𰪹 U+30AB9 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+30AB9.

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!