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

What is Unicode character 𦛬?

The Unicode character 𦛬 U+266EC 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+266EC.

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!