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>&#167579;</p>
📋
CSS .selector { content: '\28E9B' };
📋
JS var unicodeA = '\u28E9B ';
📋
CPP char unicodeA = ' \u28E9B ';
📋
Java char unicodeA = '\u28E9B';
📋
Python unicodeA = '\u28E9B'
📋

What is Unicode character 𨺛?

The Unicode character 𨺛 U+28E9B 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+28E9B.

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!