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

What is Unicode character 𨚐?

The Unicode character 𨚐 U+28690 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+28690.

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!