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

What is Unicode character 𨼅?

The Unicode character 𨼅 U+28F05 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+28F05.

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!