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

What is Unicode character 𦝉?

The Unicode character 𦝉 U+26749 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+26749.

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!