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

What is Unicode character 𰲔?

The Unicode character 𰲔 U+30C94 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+30C94.

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!