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

What is Unicode character 𫕃?

The Unicode character 𫕃 U+2B543 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+2B543.

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!