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

What is Unicode character 𣳟?

The Unicode character 𣳟 U+23CDF 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+23CDF.

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!