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

What is Unicode character 𰧵?

The Unicode character 𰧵 U+309F5 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+309F5.

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!