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

What is Unicode character 𦄵?

The Unicode character 𦄵 U+26135 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+26135.

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!