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>&#135788;</p>
📋
CSS .selector { content: '\2126C' };
📋
JS var unicodeA = '\u2126C ';
📋
CPP char unicodeA = ' \u2126C ';
📋
Java char unicodeA = '\u2126C';
📋
Python unicodeA = '\u2126C'
📋

What is Unicode character 𡉬?

The Unicode character 𡉬 U+2126C 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+2126C.

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!