Unicode Finder

"偵" U+5075(CJK UNIFIED IDEOGRAPH-5075)

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

Programming

C
\u5075
JavaScript
\u5075
Java
\u5075
Json
\u5075
Python
\u5075
Perl
\x{5075}
PHP
\x{5075}
Ruby
\u{5075}
Rust
\u{5075}
Go
\u5075

Web

CSS
\005075
HtmlDecimal
偵
HtmlHexadecimal
偵
Url
%E5%81%B5

Code

MD5
02a5bbe5b4aa154b5c583587371e1811
Sha1
d478b989e624df0d234dfa8b610bd5ef6f34f968
Base64
5YG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5075';
console.log(char);  // Output: 偵

Java:

char c = '\u5075';
System.out.println(c);  // Output: 偵

JSON:

{"text": "\u5075"}  // Value: 偵

Python:

char = '\u5075'
print(char)  # Output: 偵

Perl:

my $char = "\x{5075}";
print $char;  # Output: 偵

PHP:

$char = "\x{5075}";
echo $char;  // Output: 偵

Ruby:

char = "\u{5075}"
puts char  # Output: 偵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005075";  /* Display: 偵 */
}

HTML Decimal:

<p>HTML decimal: &#20597;</p>  <!-- Display: 偵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5075;</p>  <!-- Display: 偵 -->

URL Encoding:

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

Encodings

MD5:

02a5bbe5b4aa154b5c583587371e1811

SHA1:

d478b989e624df0d234dfa8b610bd5ef6f34f968

Base64:

5YG1