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

What is Unicode character 𡔝?

The Unicode character 𡔝 U+2151D 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+2151D.

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!