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

What is Unicode character 𨘹?

The Unicode character 𨘹 U+28639 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+28639.

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!