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

What is Unicode character 𩍃?

The Unicode character 𩍃 U+29343 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+29343.

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!