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

What is Unicode character 𥟬?

The Unicode character 𥟬 U+257EC 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+257EC.

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!