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

What is Unicode character 𰯝?

The Unicode character 𰯝 U+30BDD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30BDD.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!