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

What is Unicode character 𰬜?

The Unicode character 𰬜 U+30B1C 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+30B1C.

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!