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

What is Unicode character 𦔣?

The Unicode character 𦔣 U+26523 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+26523.

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!