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

What is Unicode character 𩍦?

The Unicode character 𩍦 U+29366 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+29366.

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!