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

What is Unicode character 𩝑?

The Unicode character 𩝑 U+29751 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+29751.

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!