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

What is Unicode character 𨲩?

The Unicode character 𨲩 U+28CA9 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+28CA9.

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!