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

What is Unicode character 𰅍?

The Unicode character 𰅍 U+3014D 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+3014D.

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!