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

What is Unicode character 𦹳?

The Unicode character 𦹳 U+26E73 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+26E73.

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!