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

What is Unicode character 𰬚?

The Unicode character 𰬚 U+30B1A 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+30B1A.

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!