Unicode Finder

"偷" U+5077(CJK UNIFIED IDEOGRAPH-5077)

U+5077
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5077

Programming

C
\u5077
JavaScript
\u5077
Java
\u5077
Json
\u5077
Python
\u5077
Perl
\x{5077}
PHP
\x{5077}
Ruby
\u{5077}
Rust
\u{5077}
Go
\u5077

Web

CSS
\005077
HtmlDecimal
偷
HtmlHexadecimal
偷
Url
%E5%81%B7

Code

MD5
8a608f3dd121436d56d2bb87ca286742
Sha1
9b1ddb99d7ff7630ec14fe14eab3a17e729db0e9
Base64
5YG3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5077';
console.log(char);  // Output: 偷

Java:

char c = '\u5077';
System.out.println(c);  // Output: 偷

JSON:

{"text": "\u5077"}  // Value: 偷

Python:

char = '\u5077'
print(char)  # Output: 偷

Perl:

my $char = "\x{5077}";
print $char;  # Output: 偷

PHP:

$char = "\x{5077}";
echo $char;  // Output: 偷

Ruby:

char = "\u{5077}"
puts char  # Output: 偷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005077";  /* Display: 偷 */
}

HTML Decimal:

<p>HTML decimal: &#20599;</p>  <!-- Display: 偷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5077;</p>  <!-- Display: 偷 -->

URL Encoding:

// 偷 URL encoding
https://unicodefinder.com/search.php?query=%E5%81%B7

Encodings

MD5:

8a608f3dd121436d56d2bb87ca286742

SHA1:

9b1ddb99d7ff7630ec14fe14eab3a17e729db0e9

Base64:

5YG3