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

What is Unicode character 𰩍?

The Unicode character 𰩍 U+30A4D 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+30A4D.

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!