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

What is Unicode character 𡝏?

The Unicode character 𡝏 U+2174F 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+2174F.

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!