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

What is Unicode character 𰦯?

The Unicode character 𰦯 U+309AF 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+309AF.

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!