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

What is Unicode character 𦵂?

The Unicode character 𦵂 U+26D42 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+26D42.

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!