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

What is Unicode character 𰨔?

The Unicode character 𰨔 U+30A14 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+30A14.

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!