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

What is Unicode character 𣎖?

The Unicode character 𣎖 U+23396 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+23396.

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!