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

What is Unicode character 𨒕?

The Unicode character 𨒕 U+28495 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+28495.

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!