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

What is Unicode character 𦷦?

The Unicode character 𦷦 U+26DE6 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+26DE6.

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!