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

What is Unicode character 𰙝?

The Unicode character 𰙝 U+3065D 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+3065D.

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!