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

What is Unicode character 𣭰?

The Unicode character 𣭰 U+23B70 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+23B70.

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!