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

What is Unicode character 𩎕?

The Unicode character 𩎕 U+29395 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+29395.

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!