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

What is Unicode character 𩍢?

The Unicode character 𩍢 U+29362 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+29362.

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!