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

What is Unicode character 𰧍?

The Unicode character 𰧍 U+309CD 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+309CD.

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!