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

What is Unicode character 𦛨?

The Unicode character 𦛨 U+266E8 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+266E8.

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!