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

What is Unicode character 𦬺?

The Unicode character 𦬺 U+26B3A 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+26B3A.

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!