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

What is Unicode character 𦡃?

The Unicode character 𦡃 U+26843 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+26843.

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!