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

What is Unicode character 𰁝?

The Unicode character 𰁝 U+3005D 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+3005D.

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!