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

What is Unicode character 𫝎?

The Unicode character 𫝎 U+2B74E 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+2B74E.

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!