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

What is Unicode character 𡘬?

The Unicode character 𡘬 U+2162C 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+2162C.

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!