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

What is Unicode character 𣁝?

The Unicode character 𣁝 U+2305D 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+2305D.

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!