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

What is Unicode character 𦚑?

The Unicode character 𦚑 U+26691 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+26691.

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!