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

What is Unicode character 𦰾?

The Unicode character 𦰾 U+26C3E 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+26C3E.

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!