Unicode Finder

"喍" U+558D(CJK UNIFIED IDEOGRAPH-558D)

U+558D
Название Блока
CJK Unified Ideographs
Название
CJK UNIFIED IDEOGRAPH-558D

Programming

C
\u558D
JavaScript
\u558D
Java
\u558D
Json
\u558D
Python
\u558D
Perl
\x{558D}
PHP
\x{558D}
Ruby
\u{558D}
Rust
\u{558D}
Go
\u558D

Web

CSS
\00558D
HtmlDecimal
喍
HtmlHexadecimal
喍
Url
%E5%96%8D

Code

MD5
97e1bced3aca31e74850a48d927fe809
Sha1
bc28189d2151bfc0783c4017bb0213190ce3ee89
Base64
5ZaN

Примеры Использования

Programming Languages

C:

char c = '\u558D';
printf("%c\n", c);  // Output: 喍

JavaScript:

const char = '\u558D';
console.log(char);  // Output: 喍

Java:

char c = '\u558D';
System.out.println(c);  // Output: 喍

JSON:

{"text": "\u558D"}  // Value: 喍

Python:

char = '\u558D'
print(char)  # Output: 喍

Perl:

my $char = "\x{558D}";
print $char;  # Output: 喍

PHP:

$char = "\x{558D}";
echo $char;  // Output: 喍

Ruby:

char = "\u{558D}"
puts char  # Output: 喍

Rust:

let c = '\u{558D}';
println!("{}", c);  // Output: 喍

Go:

char := '\u558D'
fmt.Printf("%c\n", char)  // Output: 喍

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00558D";  /* Display: 喍 */
}

HTML Decimal:

<p>HTML decimal: &#21901;</p>  <!-- Display: 喍 -->

HTML Hexadecimal:

<p>HTML hex: &#x558D;</p>  <!-- Display: 喍 -->

URL Encoding:

// 喍 URL encoding
https://unicodefinder.com/search.php?query=%E5%96%8D

Encodings

MD5:

97e1bced3aca31e74850a48d927fe809

SHA1:

bc28189d2151bfc0783c4017bb0213190ce3ee89

Base64:

5ZaN