Unicode Finder

"撵" U+64B5(CJK UNIFIED IDEOGRAPH-64B5)

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

Programming

C
\u64B5
JavaScript
\u64B5
Java
\u64B5
Json
\u64B5
Python
\u64B5
Perl
\x{64B5}
PHP
\x{64B5}
Ruby
\u{64B5}
Rust
\u{64B5}
Go
\u64B5

Web

CSS
\0064B5
HtmlDecimal
撵
HtmlHexadecimal
撵
Url
%E6%92%B5

Code

MD5
97947964fc10d99660ee4b888118cf84
Sha1
546cfda4040ec90a59a37fd673a73bd714f1db5b
Base64
5pK1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u64B5';
console.log(char);  // Output: 撵

Java:

char c = '\u64B5';
System.out.println(c);  // Output: 撵

JSON:

{"text": "\u64B5"}  // Value: 撵

Python:

char = '\u64B5'
print(char)  # Output: 撵

Perl:

my $char = "\x{64B5}";
print $char;  # Output: 撵

PHP:

$char = "\x{64B5}";
echo $char;  // Output: 撵

Ruby:

char = "\u{64B5}"
puts char  # Output: 撵

Rust:

let c = '\u{64B5}';
println!("{}", c);  // Output: 撵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0064B5";  /* Display: 撵 */
}

HTML Decimal:

<p>HTML decimal: &#25781;</p>  <!-- Display: 撵 -->

HTML Hexadecimal:

<p>HTML hex: &#x64B5;</p>  <!-- Display: 撵 -->

URL Encoding:

// 撵 URL encoding
https://unicodefinder.com/search.php?query=%E6%92%B5

Encodings

MD5:

97947964fc10d99660ee4b888118cf84

SHA1:

546cfda4040ec90a59a37fd673a73bd714f1db5b

Base64:

5pK1