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

What is Unicode character 𧝍?

The Unicode character 𧝍 U+2774D 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+2774D.

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!