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

What is Unicode character 𦄶?

The Unicode character 𦄶 U+26136 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+26136.

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!