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

What is Unicode character 𩍹?

The Unicode character 𩍹 U+29379 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+29379.

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!