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

What is Unicode character 𣢵?

The Unicode character 𣢵 U+238B5 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+238B5.

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!