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

What is Unicode character 𩝹?

The Unicode character 𩝹 U+29779 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+29779.

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!