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

What is Unicode character 𰐝?

The Unicode character 𰐝 U+3041D 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+3041D.

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!