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

What is Unicode character 𦨫?

The Unicode character 𦨫 U+26A2B 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+26A2B.

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!