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

What is Unicode character 𨭝?

The Unicode character 𨭝 U+28B5D 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+28B5D.

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!