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

What is Unicode character 𰬶?

The Unicode character 𰬶 U+30B36 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+30B36.

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!