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

What is Unicode character 𨮝?

The Unicode character 𨮝 U+28B9D 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+28B9D.

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!