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

What is Unicode character 𨬛?

The Unicode character 𨬛 U+28B1B 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+28B1B.

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!