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

What is Unicode character 𰏡?

The Unicode character 𰏡 U+303E1 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+303E1.

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!