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

What is Unicode character 𦣨?

The Unicode character 𦣨 U+268E8 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+268E8.

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!