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

What is Unicode character 𦻬?

The Unicode character 𦻬 U+26EEC 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+26EEC.

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!