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

What is Unicode character 𰦬?

The Unicode character 𰦬 U+309AC 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+309AC.

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!