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

What is Unicode character 𰌑?

The Unicode character 𰌑 U+30311 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+30311.

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!