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

What is Unicode character 𰇹?

The Unicode character 𰇹 U+301F9 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+301F9.

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!