Unicode Finder

"啵" U+5575(CJK UNIFIED IDEOGRAPH-5575)

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

Programming

C
\u5575
JavaScript
\u5575
Java
\u5575
Json
\u5575
Python
\u5575
Perl
\x{5575}
PHP
\x{5575}
Ruby
\u{5575}
Rust
\u{5575}
Go
\u5575

Web

CSS
\005575
HtmlDecimal
啵
HtmlHexadecimal
啵
Url
%E5%95%B5

Code

MD5
2f8286e67f04192c4cd1fc2c23ea3d76
Sha1
80f8a7a50599ca5f8ec190de41924dc436cae73a
Base64
5ZW1

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

Programming Languages

C:

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

JavaScript:

const char = '\u5575';
console.log(char);  // Output: 啵

Java:

char c = '\u5575';
System.out.println(c);  // Output: 啵

JSON:

{"text": "\u5575"}  // Value: 啵

Python:

char = '\u5575'
print(char)  # Output: 啵

Perl:

my $char = "\x{5575}";
print $char;  # Output: 啵

PHP:

$char = "\x{5575}";
echo $char;  // Output: 啵

Ruby:

char = "\u{5575}"
puts char  # Output: 啵

Rust:

let c = '\u{5575}';
println!("{}", c);  // Output: 啵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005575";  /* Display: 啵 */
}

HTML Decimal:

<p>HTML decimal: &#21877;</p>  <!-- Display: 啵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5575;</p>  <!-- Display: 啵 -->

URL Encoding:

// 啵 URL encoding
https://unicodefinder.com/search.php?query=%E5%95%B5

Encodings

MD5:

2f8286e67f04192c4cd1fc2c23ea3d76

SHA1:

80f8a7a50599ca5f8ec190de41924dc436cae73a

Base64:

5ZW1