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

What is Unicode character 𥟎?

The Unicode character 𥟎 U+257CE 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+257CE.

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!