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

What is Unicode character 𰃔?

The Unicode character 𰃔 U+300D4 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+300D4.

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!