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

What is Unicode character 𰎻?

The Unicode character 𰎻 U+303BB 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+303BB.

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!