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

What is Unicode character 𡔏?

The Unicode character 𡔏 U+2150F 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+2150F.

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!