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

What is Unicode character 𰍄?

The Unicode character 𰍄 U+30344 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+30344.

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!