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

What is Unicode character 𡔎?

The Unicode character 𡔎 U+2150E 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+2150E.

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!