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

What is Unicode character 𱕬?

The Unicode character 𱕬 U+3156C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3156C.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!