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>&#143468;</p>
📋
CSS .selector { content: '\2306C' };
📋
JS var unicodeA = '\u2306C ';
📋
CPP char unicodeA = ' \u2306C ';
📋
Java char unicodeA = '\u2306C';
📋
Python unicodeA = '\u2306C'
📋

What is Unicode character 𣁬?

The Unicode character 𣁬 U+2306C 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+2306C.

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!