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

What is Unicode character 𨬖?

The Unicode character 𨬖 U+28B16 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+28B16.

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!