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

What is Unicode character 𰬘?

The Unicode character 𰬘 U+30B18 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+30B18.

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!