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

What is Unicode character 𩍓?

The Unicode character 𩍓 U+29353 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+29353.

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!