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

What is Unicode character 𰉍?

The Unicode character 𰉍 U+3024D 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+3024D.

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!