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

What is Unicode character 𦴦?

The Unicode character 𦴦 U+26D26 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+26D26.

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!