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

What is Unicode character 𰔐?

The Unicode character 𰔐 U+30510 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+30510.

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!