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

What is Unicode character 𣲹?

The Unicode character 𣲹 U+23CB9 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+23CB9.

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!