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

What is Unicode character 𰨫?

The Unicode character 𰨫 U+30A2B 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+30A2B.

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!