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

What is Unicode character 𦙝?

The Unicode character 𦙝 U+2665D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2665D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!