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

What is Unicode character 𧝎?

The Unicode character 𧝎 U+2774E 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+2774E.

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!