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

What is Unicode character 𦘖?

The Unicode character 𦘖 U+26616 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+26616.

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!