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

What is Unicode character 𰆕?

The Unicode character 𰆕 U+30195 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+30195.

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!