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

What is Unicode character 𰆹?

The Unicode character 𰆹 U+301B9 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+301B9.

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!