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

What is Unicode character 𰀍?

The Unicode character 𰀍 U+3000D 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+3000D.

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!