Unicode Finder

"撺" U+64BA(CJK UNIFIED IDEOGRAPH-64BA)

U+64BA
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-64BA

Programming

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

Web

CSS
\0064BA
HtmlDecimal
撺
HtmlHexadecimal
撺
Url
%E6%92%BA

Code

MD5
2e862690a0615f7fc4a5ea19e03862fe
Sha1
c4a4dea67c662a2a47070714fcc05172241e7301
Base64
5pK6

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64BA';
console.log(char);  // Output: 撺

Java:

char c = '\u64BA';
System.out.println(c);  // Output: 撺

JSON:

{"text": "\u64BA"}  // Value: 撺

Python:

char = '\u64BA'
print(char)  # Output: 撺

Perl:

my $char = "\x{64BA}";
print $char;  # Output: 撺

PHP:

$char = "\x{64BA}";
echo $char;  // Output: 撺

Ruby:

char = "\u{64BA}"
puts char  # Output: 撺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25786;</p>  <!-- Display: 撺 -->

HTML Hexadecimal:

<p>HTML hex: &#x64BA;</p>  <!-- Display: 撺 -->

URL Encoding:

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

Encodings

MD5:

2e862690a0615f7fc4a5ea19e03862fe

SHA1:

c4a4dea67c662a2a47070714fcc05172241e7301

Base64:

5pK6