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

What is Unicode character 𩵦?

The Unicode character 𩵦 U+29D66 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+29D66.

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!