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

What is Unicode character 𣯝?

The Unicode character 𣯝 U+23BDD 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+23BDD.

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!