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

What is Unicode character 𰁀?

The Unicode character 𰁀 U+30040 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+30040.

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!