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

What is Unicode character 𦔹?

The Unicode character 𦔹 U+26539 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+26539.

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!