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

What is Unicode character 𥟟?

The Unicode character 𥟟 U+257DF 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+257DF.

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!