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

What is Unicode character 𦗟?

The Unicode character 𦗟 U+265DF 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+265DF.

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!