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

What is Unicode character 𦹃?

The Unicode character 𦹃 U+26E43 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+26E43.

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!