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

What is Unicode character 𥟍?

The Unicode character 𥟍 U+257CD 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+257CD.

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!