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

What is Unicode character 𠃔?

The Unicode character 𠃔 U+200D4 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+200D4.

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!