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

What is Unicode character 𦭎?

The Unicode character 𦭎 U+26B4E 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+26B4E.

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!