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

What is Unicode character 𰅔?

The Unicode character 𰅔 U+30154 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+30154.

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!