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

What is Unicode character 𦄦?

The Unicode character 𦄦 U+26126 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+26126.

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!