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

What is Unicode character 𰨆?

The Unicode character 𰨆 U+30A06 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+30A06.

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!