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

What is Unicode character 𫝍?

The Unicode character 𫝍 U+2B74D 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+2B74D.

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!