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

What is Unicode character 𰆼?

The Unicode character 𰆼 U+301BC 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+301BC.

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!