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

What is Unicode character 𰌓?

The Unicode character 𰌓 U+30313 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+30313.

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!