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

What is Unicode character 𰬊?

The Unicode character 𰬊 U+30B0A 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+30B0A.

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!