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

What is Unicode character 𩍖?

The Unicode character 𩍖 U+29356 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+29356.

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!