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

What is Unicode character 𡝅?

The Unicode character 𡝅 U+21745 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+21745.

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!