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>&#137428;</p>
📋
CSS .selector { content: '\218D4' };
📋
JS var unicodeA = '\u218D4 ';
📋
CPP char unicodeA = ' \u218D4 ';
📋
Java char unicodeA = '\u218D4';
📋
Python unicodeA = '\u218D4'
📋

What is Unicode character 𡣔?

The Unicode character 𡣔 U+218D4 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+218D4.

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!