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

What is Unicode character 𣱟?

The Unicode character 𣱟 U+23C5F 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+23C5F.

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!