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

What is Unicode character 𢙝?

The Unicode character 𢙝 U+2265D 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+2265D.

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!