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

What is Unicode character 𦚨?

The Unicode character 𦚨 U+266A8 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+266A8.

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!