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

What is Unicode character 𰨦?

The Unicode character 𰨦 U+30A26 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+30A26.

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!