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

What is Unicode character 𦩃?

The Unicode character 𦩃 U+26A43 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+26A43.

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!