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

What is Unicode character 𨔉?

The Unicode character 𨔉 U+28509 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+28509.

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!