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

What is Unicode character 𦵎?

The Unicode character 𦵎 U+26D4E 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+26D4E.

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!