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

What is Unicode character 𩁹?

The Unicode character 𩁹 U+29079 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+29079.

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!