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

What is Unicode character 𰊵?

The Unicode character 𰊵 U+302B5 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+302B5.

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!