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>&#166125;</p>
📋
CSS .selector { content: '\288ED' };
📋
JS var unicodeA = '\u288ED ';
📋
CPP char unicodeA = ' \u288ED ';
📋
Java char unicodeA = '\u288ED';
📋
Python unicodeA = '\u288ED'
📋

What is Unicode character 𨣭?

The Unicode character 𨣭 U+288ED 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+288ED.

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!