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

What is Unicode character 𰨈?

The Unicode character 𰨈 U+30A08 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+30A08.

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!