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

What is Unicode character 𦌣?

The Unicode character 𦌣 U+26323 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+26323.

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!