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>&#176531;</p>
📋
CSS .selector { content: '\2B193' };
📋
JS var unicodeA = '\u2B193 ';
📋
CPP char unicodeA = ' \u2B193 ';
📋
Java char unicodeA = '\u2B193';
📋
Python unicodeA = '\u2B193'
📋

What is Unicode character 𫆓?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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