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

What is Unicode character 𦝇?

The Unicode character 𦝇 U+26747 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+26747.

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!