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

What is Unicode character 𦺬?

The Unicode character 𦺬 U+26EAC 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+26EAC.

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!