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

What is Unicode character 𣲶?

The Unicode character 𣲶 U+23CB6 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+23CB6.

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!