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

What is Unicode character 𰬹?

The Unicode character 𰬹 U+30B39 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+30B39.

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!