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

What is Unicode character 𨬝?

The Unicode character 𨬝 U+28B1D 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+28B1D.

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!