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

What is Unicode character 𰨻?

The Unicode character 𰨻 U+30A3B 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+30A3B.

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!