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

What is Unicode character 𰔙?

The Unicode character 𰔙 U+30519 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+30519.

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!