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

What is Unicode character 𰌖?

The Unicode character 𰌖 U+30316 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+30316.

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!