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

What is Unicode character 𰬺?

The Unicode character 𰬺 U+30B3A 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+30B3A.

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!