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

What is Unicode character 𣬭?

The Unicode character 𣬭 U+23B2D 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+23B2D.

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!