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

What is Unicode character 𨨹?

The Unicode character 𨨹 U+28A39 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+28A39.

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!