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

What is Unicode character 𰨯?

The Unicode character 𰨯 U+30A2F 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+30A2F.

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!