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

What is Unicode character 𰪕?

The Unicode character 𰪕 U+30A95 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+30A95.

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!