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

What is Unicode character 𰩟?

The Unicode character 𰩟 U+30A5F 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+30A5F.

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!