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

What is Unicode character 𨚀?

The Unicode character 𨚀 U+28680 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+28680.

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!