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

What is Unicode character 𰦱?

The Unicode character 𰦱 U+309B1 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+309B1.

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!