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

What is Unicode character 𫝃?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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