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

What is Unicode character 𰂔?

The Unicode character 𰂔 U+30094 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+30094.

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!