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

What is Unicode character 𰬐?

The Unicode character 𰬐 U+30B10 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+30B10.

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!