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

What is Unicode character 𨝩?

The Unicode character 𨝩 U+28769 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+28769.

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!