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

What is Unicode character 𨐓?

The Unicode character 𨐓 U+28413 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+28413.

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!