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

What is Unicode character 𦛎?

The Unicode character 𦛎 U+266CE 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+266CE.

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!