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

What is Unicode character 𨼹?

The Unicode character 𨼹 U+28F39 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+28F39.

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!