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

What is Unicode character 𱔎?

The Unicode character 𱔎 U+3150E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3150E.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!