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

What is Unicode character 𰊬?

The Unicode character 𰊬 U+302AC 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+302AC.

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!