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

What is Unicode character 𧍭?

The Unicode character 𧍭 U+2736D 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+2736D.

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!