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

What is Unicode character 𨬍?

The Unicode character 𨬍 U+28B0D 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+28B0D.

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!