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

What is Unicode character 𨪹?

The Unicode character 𨪹 U+28AB9 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+28AB9.

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!