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

What is Unicode character 𦹂?

The Unicode character 𦹂 U+26E42 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+26E42.

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!