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

What is Unicode character 𣕬?

The Unicode character 𣕬 U+2356C 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+2356C.

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!