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

What is Unicode character 𨸹?

The Unicode character 𨸹 U+28E39 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+28E39.

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!