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

What is Unicode character 𰗬?

The Unicode character 𰗬 U+305EC 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+305EC.

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!