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

What is Unicode character 𦔤?

The Unicode character 𦔤 U+26524 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+26524.

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!