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>&#157880;</p>
📋
CSS .selector { content: '\268B8' };
📋
JS var unicodeA = '\u268B8 ';
📋
CPP char unicodeA = ' \u268B8 ';
📋
Java char unicodeA = '\u268B8';
📋
Python unicodeA = '\u268B8'
📋

What is Unicode character 𦢸?

The Unicode character 𦢸 U+268B8 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+268B8.

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!