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

What is Unicode character 𦈖?

The Unicode character 𦈖 U+26216 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+26216.

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!