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>&#197076;</p>
📋
CSS .selector { content: '\301D4' };
📋
JS var unicodeA = '\u301D4 ';
📋
CPP char unicodeA = ' \u301D4 ';
📋
Java char unicodeA = '\u301D4';
📋
Python unicodeA = '\u301D4'
📋

What is Unicode character 𰇔?

The Unicode character 𰇔 U+301D4 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+301D4.

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!