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

What is Unicode character 𨬅?

The Unicode character 𨬅 U+28B05 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+28B05.

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!