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

What is Unicode character 𰧕?

The Unicode character 𰧕 U+309D5 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+309D5.

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!