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

What is Unicode character 𨺹?

The Unicode character 𨺹 U+28EB9 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+28EB9.

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!