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

What is Unicode character 𦝅?

The Unicode character 𦝅 U+26745 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+26745.

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!