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

What is Unicode character 𣼦?

The Unicode character 𣼦 U+23F26 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+23F26.

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!