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

What is Unicode character 𡃔?

The Unicode character 𡃔 U+210D4 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+210D4.

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!