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

What is Unicode character 𰬕?

The Unicode character 𰬕 U+30B15 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+30B15.

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!