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

What is Unicode character 𦴃?

The Unicode character 𦴃 U+26D03 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+26D03.

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!