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

What is Unicode character 𰤙?

The Unicode character 𰤙 U+30919 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+30919.

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!