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

What is Unicode character 𣌦?

The Unicode character 𣌦 U+23326 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+23326.

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!