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

What is Unicode character 𧃬?

The Unicode character 𧃬 U+270EC 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+270EC.

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!