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

What is Unicode character 𰬷?

The Unicode character 𰬷 U+30B37 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+30B37.

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!