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

What is Unicode character 𰎵?

The Unicode character 𰎵 U+303B5 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+303B5.

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!