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

What is Unicode character 𦬖?

The Unicode character 𦬖 U+26B16 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+26B16.

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!