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>&#140765;</p>
📋
CSS .selector { content: '\225DD' };
📋
JS var unicodeA = '\u225DD ';
📋
CPP char unicodeA = ' \u225DD ';
📋
Java char unicodeA = '\u225DD';
📋
Python unicodeA = '\u225DD'
📋

What is Unicode character 𢗝?

The Unicode character 𢗝 U+225DD 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+225DD.

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!