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

What is Unicode character 𰆔?

The Unicode character 𰆔 U+30194 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+30194.

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!