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

What is Unicode character 𰨛?

The Unicode character 𰨛 U+30A1B 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+30A1B.

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!