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

What is Unicode character 𰩬?

The Unicode character 𰩬 U+30A6C 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+30A6C.

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!