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

What is Unicode character 𡝎?

The Unicode character 𡝎 U+2174E 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+2174E.

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!