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

What is Unicode character 𨬞?

The Unicode character 𨬞 U+28B1E 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+28B1E.

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!