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

What is Unicode character 𦬚?

The Unicode character 𦬚 U+26B1A 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+26B1A.

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!