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

What is Unicode character 𰎫?

The Unicode character 𰎫 U+303AB 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+303AB.

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!