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

What is Unicode character 𰬙?

The Unicode character 𰬙 U+30B19 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+30B19.

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!