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

What is Unicode character 𰪍?

The Unicode character 𰪍 U+30A8D 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+30A8D.

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!