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

What is Unicode character 𧝃?

The Unicode character 𧝃 U+27743 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27743.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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