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

What is Unicode character 𰬾?

The Unicode character 𰬾 U+30B3E 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+30B3E.

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!