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>&#144053;</p>
📋
CSS .selector { content: '\232B5' };
📋
JS var unicodeA = '\u232B5 ';
📋
CPP char unicodeA = ' \u232B5 ';
📋
Java char unicodeA = '\u232B5';
📋
Python unicodeA = '\u232B5'
📋

What is Unicode character 𣊵?

The Unicode character 𣊵 U+232B5 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+232B5.

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!