Unicode Finder

"擴" U+64F4(CJK UNIFIED IDEOGRAPH-64F4)

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

Programming

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

Web

CSS
\0064F4
HtmlDecimal
擴
HtmlHexadecimal
擴
Url
%E6%93%B4

Code

MD5
6cf5f3385d239369f29734962e1802f9
Sha1
44de0d02e3f85d89cea087f095f96716fc6d2d64
Base64
5pO0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64F4';
console.log(char);  // Output: 擴

Java:

char c = '\u64F4';
System.out.println(c);  // Output: 擴

JSON:

{"text": "\u64F4"}  // Value: 擴

Python:

char = '\u64F4'
print(char)  # Output: 擴

Perl:

my $char = "\x{64F4}";
print $char;  # Output: 擴

PHP:

$char = "\x{64F4}";
echo $char;  // Output: 擴

Ruby:

char = "\u{64F4}"
puts char  # Output: 擴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25844;</p>  <!-- Display: 擴 -->

HTML Hexadecimal:

<p>HTML hex: &#x64F4;</p>  <!-- Display: 擴 -->

URL Encoding:

// 擴 URL encoding
https://unicodefinder.com/search.php?query=%E6%93%B4

Encodings

MD5:

6cf5f3385d239369f29734962e1802f9

SHA1:

44de0d02e3f85d89cea087f095f96716fc6d2d64

Base64:

5pO0