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

What is Unicode character 𡡍?

The Unicode character 𡡍 U+2184D 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+2184D.

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!