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

What is Unicode character 𰩝?

The Unicode character 𰩝 U+30A5D 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+30A5D.

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!