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

What is Unicode character 𰐕?

The Unicode character 𰐕 U+30415 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+30415.

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!