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

What is Unicode character 𢗟?

The Unicode character 𢗟 U+225DF 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+225DF.

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!