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

What is Unicode character 𣲦?

The Unicode character 𣲦 U+23CA6 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+23CA6.

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!