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

What is Unicode character 𰔔?

The Unicode character 𰔔 U+30514 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+30514.

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!