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

What is Unicode character 𰃹?

The Unicode character 𰃹 U+300F9 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+300F9.

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!