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

What is Unicode character 𰧑?

The Unicode character 𰧑 U+309D1 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+309D1.

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!