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

What is Unicode character 𦼾?

The Unicode character 𦼾 U+26F3E 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+26F3E.

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!