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

What is Unicode character 𩦕?

The Unicode character 𩦕 U+29995 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+29995.

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!