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

What is Unicode character 𧙝?

The Unicode character 𧙝 U+2765D 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+2765D.

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!