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

What is Unicode character 𦨛?

The Unicode character 𦨛 U+26A1B 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+26A1B.

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!