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

What is Unicode character 𫁃?

The Unicode character 𫁃 U+2B043 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+2B043.

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!