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

What is Unicode character 𨬜?

The Unicode character 𨬜 U+28B1C 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+28B1C.

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!