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

What is Unicode character 𰬼?

The Unicode character 𰬼 U+30B3C 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+30B3C.

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!