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

What is Unicode character 𰝃?

The Unicode character 𰝃 U+30743 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+30743.

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!