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>&#199137;</p>
📋
CSS .selector { content: '\309E1' };
📋
JS var unicodeA = '\u309E1 ';
📋
CPP char unicodeA = ' \u309E1 ';
📋
Java char unicodeA = '\u309E1';
📋
Python unicodeA = '\u309E1'
📋

What is Unicode character 𰧡?

The Unicode character 𰧡 U+309E1 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+309E1.

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!