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

What is Unicode character 𥟛?

The Unicode character 𥟛 U+257DB 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+257DB.

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!