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

What is Unicode character 𨬘?

The Unicode character 𨬘 U+28B18 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+28B18.

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!