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

What is Unicode character 𰹃?

The Unicode character 𰹃 U+30E43 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+30E43.

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!