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

What is Unicode character 𨶚?

The Unicode character 𨶚 U+28D9A 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+28D9A.

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!