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

What is Unicode character 𦙃?

The Unicode character 𦙃 U+26643 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+26643.

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!