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

What is Unicode character 𰁇?

The Unicode character 𰁇 U+30047 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+30047.

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!