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

What is Unicode character 𰡃?

The Unicode character 𰡃 U+30843 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+30843.

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!