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

What is Unicode character 𰊖?

The Unicode character 𰊖 U+30296 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+30296.

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!