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

What is Unicode character 𩢕?

The Unicode character 𩢕 U+29895 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+29895.

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!