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

What is Unicode character 𨨉?

The Unicode character 𨨉 U+28A09 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+28A09.

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!