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

What is Unicode character 𰈕?

The Unicode character 𰈕 U+30215 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+30215.

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!