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

What is Unicode character 𰧎?

The Unicode character 𰧎 U+309CE 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+309CE.

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!