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

What is Unicode character 𩅃?

The Unicode character 𩅃 U+29143 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+29143.

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!