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

What is Unicode character 𭕃?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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