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

What is Unicode character 𰦭?

The Unicode character 𰦭 U+309AD 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+309AD.

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!