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

What is Unicode character 𣲯?

The Unicode character 𣲯 U+23CAF 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+23CAF.

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!