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

What is Unicode character 𩨖?

The Unicode character 𩨖 U+29A16 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+29A16.

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!