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>&#197050;</p>
📋
CSS .selector { content: '\301BA' };
📋
JS var unicodeA = '\u301BA ';
📋
CPP char unicodeA = ' \u301BA ';
📋
Java char unicodeA = '\u301BA';
📋
Python unicodeA = '\u301BA'
📋

What is Unicode character 𰆺?

The Unicode character 𰆺 U+301BA 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+301BA.

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!