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>&#146525;</p>
📋
CSS .selector { content: '\23C5D' };
📋
JS var unicodeA = '\u23C5D ';
📋
CPP char unicodeA = ' \u23C5D ';
📋
Java char unicodeA = '\u23C5D';
📋
Python unicodeA = '\u23C5D'
📋

What is Unicode character 𣱝?

The Unicode character 𣱝 U+23C5D 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+23C5D.

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!