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

What is Unicode character 𦔶?

The Unicode character 𦔶 U+26536 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+26536.

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!