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

What is Unicode character 𣬧?

The Unicode character 𣬧 U+23B27 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+23B27.

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!