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

What is Unicode character 𦭃?

The Unicode character 𦭃 U+26B43 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+26B43.

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!