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

What is Unicode character 𥟝?

The Unicode character 𥟝 U+257DD 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+257DD.

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!