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

What is Unicode character 𣼵?

The Unicode character 𣼵 U+23F35 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+23F35.

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!