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

What is Unicode character 𰬧?

The Unicode character 𰬧 U+30B27 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+30B27.

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!