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>&#197198;</p>
📋
CSS .selector { content: '\3024E' };
📋
JS var unicodeA = '\u3024E ';
📋
CPP char unicodeA = ' \u3024E ';
📋
Java char unicodeA = '\u3024E';
📋
Python unicodeA = '\u3024E'
📋

What is Unicode character 𰉎?

The Unicode character 𰉎 U+3024E 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+3024E.

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!