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

What is Unicode character 𦬛?

The Unicode character 𦬛 U+26B1B 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+26B1B.

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!