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

What is Unicode character 𰏵?

The Unicode character 𰏵 U+303F5 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+303F5.

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!