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

What is Unicode character 𦨱?

The Unicode character 𦨱 U+26A31 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+26A31.

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!