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

What is Unicode character 𣵰?

The Unicode character 𣵰 U+23D70 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+23D70.

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!