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

What is Unicode character 𰬔?

The Unicode character 𰬔 U+30B14 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+30B14.

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!