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

What is Unicode character 𰂝?

The Unicode character 𰂝 U+3009D 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+3009D.

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!