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

What is Unicode character 𰷕?

The Unicode character 𰷕 U+30DD5 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+30DD5.

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!