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

What is Unicode character 𰨕?

The Unicode character 𰨕 U+30A15 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+30A15.

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!