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

What is Unicode character 𨲹?

The Unicode character 𨲹 U+28CB9 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+28CB9.

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!