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

What is Unicode character 𩨔?

The Unicode character 𩨔 U+29A14 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+29A14.

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!