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

What is Unicode character 𣭬?

The Unicode character 𣭬 U+23B6C 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+23B6C.

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!