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

What is Unicode character 𩕦?

The Unicode character 𩕦 U+29566 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+29566.

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!