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

What is Unicode character 𩔍?

The Unicode character 𩔍 U+2950D 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+2950D.

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!