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

What is Unicode character 𰬗?

The Unicode character 𰬗 U+30B17 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+30B17.

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!