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

What is Unicode character 𦔧?

The Unicode character 𦔧 U+26527 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+26527.

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!