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

What is Unicode character 𩖑?

The Unicode character 𩖑 U+29591 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+29591.

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!