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

What is Unicode character 𣎆?

The Unicode character 𣎆 U+23386 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+23386.

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!