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

What is Unicode character 𣔝?

The Unicode character 𣔝 U+2351D 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+2351D.

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!