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

What is Unicode character 𰬒?

The Unicode character 𰬒 U+30B12 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+30B12.

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!