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

What is Unicode character 𡔊?

The Unicode character 𡔊 U+2150A 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+2150A.

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!