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

What is Unicode character 𰧬?

The Unicode character 𰧬 U+309EC 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+309EC.

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!