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

What is Unicode character 𨨓?

The Unicode character 𨨓 U+28A13 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+28A13.

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!