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

What is Unicode character 𡝍?

The Unicode character 𡝍 U+2174D 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+2174D.

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!