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

What is Unicode character 𰁃?

The Unicode character 𰁃 U+30043 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+30043.

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!