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>&#136815;</p>
📋
CSS .selector { content: '\2166F' };
📋
JS var unicodeA = '\u2166F ';
📋
CPP char unicodeA = ' \u2166F ';
📋
Java char unicodeA = '\u2166F';
📋
Python unicodeA = '\u2166F'
📋

What is Unicode character 𡙯?

The Unicode character 𡙯 U+2166F 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+2166F.

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!