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

What is Unicode character 𨚃?

The Unicode character 𨚃 U+28683 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+28683.

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!