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

What is Unicode character 𦻦?

The Unicode character 𦻦 U+26EE6 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+26EE6.

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!