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>&#178966;</p>
📋
CSS .selector { content: '\2BB16' };
📋
JS var unicodeA = '\u2BB16 ';
📋
CPP char unicodeA = ' \u2BB16 ';
📋
Java char unicodeA = '\u2BB16';
📋
Python unicodeA = '\u2BB16'
📋

What is Unicode character 𫬖?

The Unicode character 𫬖 U+2BB16 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB16.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!