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

What is Unicode character 𨕩?

The Unicode character 𨕩 U+28569 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+28569.

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!