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

What is Unicode character 𰨏?

The Unicode character 𰨏 U+30A0F 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+30A0F.

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!