Unicode Finder

"啶" U+5576(CJK UNIFIED IDEOGRAPH-5576)

U+5576
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5576

Programming

C
\u5576
JavaScript
\u5576
Java
\u5576
Json
\u5576
Python
\u5576
Perl
\x{5576}
PHP
\x{5576}
Ruby
\u{5576}
Rust
\u{5576}
Go
\u5576

Web

CSS
\005576
HtmlDecimal
啶
HtmlHexadecimal
啶
Url
%E5%95%B6

Code

MD5
e8576b87503faf3e5db21b93055f8333
Sha1
bf7d908d633716828a7fe26db019ab7910f4edc1
Base64
5ZW2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5576';
console.log(char);  // Output: 啶

Java:

char c = '\u5576';
System.out.println(c);  // Output: 啶

JSON:

{"text": "\u5576"}  // Value: 啶

Python:

char = '\u5576'
print(char)  # Output: 啶

Perl:

my $char = "\x{5576}";
print $char;  # Output: 啶

PHP:

$char = "\x{5576}";
echo $char;  // Output: 啶

Ruby:

char = "\u{5576}"
puts char  # Output: 啶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005576";  /* Display: 啶 */
}

HTML Decimal:

<p>HTML decimal: &#21878;</p>  <!-- Display: 啶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5576;</p>  <!-- Display: 啶 -->

URL Encoding:

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

Encodings

MD5:

e8576b87503faf3e5db21b93055f8333

SHA1:

bf7d908d633716828a7fe26db019ab7910f4edc1

Base64:

5ZW2