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

What is Unicode character 𦑃?

The Unicode character 𦑃 U+26443 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+26443.

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!