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

What is Unicode character 𰊹?

The Unicode character 𰊹 U+302B9 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+302B9.

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!