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

What is Unicode character 𰊼?

The Unicode character 𰊼 U+302BC 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+302BC.

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!