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

What is Unicode character 𦼣?

The Unicode character 𦼣 U+26F23 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+26F23.

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!