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>&#144013;</p>
📋
CSS .selector { content: '\2328D' };
📋
JS var unicodeA = '\u2328D ';
📋
CPP char unicodeA = ' \u2328D ';
📋
Java char unicodeA = '\u2328D';
📋
Python unicodeA = '\u2328D'
📋

What is Unicode character 𣊍?

The Unicode character 𣊍 U+2328D 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+2328D.

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!