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

What is Unicode character 𰎯?

The Unicode character 𰎯 U+303AF 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+303AF.

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!