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

What is Unicode character 𰎭?

The Unicode character 𰎭 U+303AD 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+303AD.

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!