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

What is Unicode character 𰪟?

The Unicode character 𰪟 U+30A9F 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+30A9F.

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!