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

What is Unicode character 𰦫?

The Unicode character 𰦫 U+309AB 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+309AB.

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!