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

What is Unicode character 𰬵?

The Unicode character 𰬵 U+30B35 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+30B35.

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!