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

What is Unicode character 𣬵?

The Unicode character 𣬵 U+23B35 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+23B35.

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!