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

What is Unicode character 𰎬?

The Unicode character 𰎬 U+303AC 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+303AC.

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!