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

What is Unicode character 𨤹?

The Unicode character 𨤹 U+28939 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+28939.

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!