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

What is Unicode character 𫀣?

The Unicode character 𫀣 U+2B023 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+2B023.

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!