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

What is Unicode character 𰡔?

The Unicode character 𰡔 U+30854 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+30854.

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!