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

What is Unicode character 𦻶?

The Unicode character 𦻶 U+26EF6 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+26EF6.

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!