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

What is Unicode character 𰦻?

The Unicode character 𰦻 U+309BB 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+309BB.

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!