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

What is Unicode character 𰊗?

The Unicode character 𰊗 U+30297 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+30297.

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!