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

What is Unicode character 𦜦?

The Unicode character 𦜦 U+26726 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+26726.

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!