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

What is Unicode character 𩍔?

The Unicode character 𩍔 U+29354 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+29354.

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!