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

What is Unicode character 𦷶?

The Unicode character 𦷶 U+26DF6 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+26DF6.

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!