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

What is Unicode character 𰔑?

The Unicode character 𰔑 U+30511 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+30511.

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!