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

What is Unicode character 𣘦?

The Unicode character 𣘦 U+23626 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+23626.

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!