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

What is Unicode character 𩔎?

The Unicode character 𩔎 U+2950E 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+2950E.

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!