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

What is Unicode character 𩍕?

The Unicode character 𩍕 U+29355 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+29355.

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!