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

What is Unicode character 𦛢?

The Unicode character 𦛢 U+266E2 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+266E2.

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!