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

What is Unicode character 𰌕?

The Unicode character 𰌕 U+30315 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+30315.

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!