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

What is Unicode character 𩝦?

The Unicode character 𩝦 U+29766 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+29766.

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!