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

What is Unicode character 𦝃?

The Unicode character 𦝃 U+26743 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+26743.

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!