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

What is Unicode character 𰦾?

The Unicode character 𰦾 U+309BE 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+309BE.

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!