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

What is Unicode character 𦻖?

The Unicode character 𦻖 U+26ED6 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+26ED6.

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!