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

What is Unicode character 𩅓?

The Unicode character 𩅓 U+29153 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+29153.

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!