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

What is Unicode character 𰓬?

The Unicode character 𰓬 U+304EC 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+304EC.

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!