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

What is Unicode character 𦨾?

The Unicode character 𦨾 U+26A3E 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+26A3E.

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!