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

What is Unicode character 𨚓?

The Unicode character 𨚓 U+28693 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+28693.

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!