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

What is Unicode character 𰂍?

The Unicode character 𰂍 U+3008D 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+3008D.

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!