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

What is Unicode character 𣲟?

The Unicode character 𣲟 U+23C9F 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+23C9F.

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!