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

What is Unicode character 𰖔?

The Unicode character 𰖔 U+30594 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+30594.

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!