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

What is Unicode character 𡡎?

The Unicode character 𡡎 U+2184E 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+2184E.

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!