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

What is Unicode character 𰪵?

The Unicode character 𰪵 U+30AB5 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+30AB5.

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!