Unicode Finder

"撟" U+649F(CJK UNIFIED IDEOGRAPH-649F)

U+649F
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-649F

Programming

C
\u649F
JavaScript
\u649F
Java
\u649F
Json
\u649F
Python
\u649F
Perl
\x{649F}
PHP
\x{649F}
Ruby
\u{649F}
Rust
\u{649F}
Go
\u649F

Web

CSS
\00649F
HtmlDecimal
撟
HtmlHexadecimal
撟
Url
%E6%92%9F

Code

MD5
ec4c7808f6454ca65775b36bd29973d8
Sha1
1f5de55925ce52c472e1c13be72bb7576b3cf8f0
Base64
5pKf

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u649F';
console.log(char);  // Output: 撟

Java:

char c = '\u649F';
System.out.println(c);  // Output: 撟

JSON:

{"text": "\u649F"}  // Value: 撟

Python:

char = '\u649F'
print(char)  # Output: 撟

Perl:

my $char = "\x{649F}";
print $char;  # Output: 撟

PHP:

$char = "\x{649F}";
echo $char;  // Output: 撟

Ruby:

char = "\u{649F}"
puts char  # Output: 撟

Rust:

let c = '\u{649F}';
println!("{}", c);  // Output: 撟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00649F";  /* Display: 撟 */
}

HTML Decimal:

<p>HTML decimal: &#25759;</p>  <!-- Display: 撟 -->

HTML Hexadecimal:

<p>HTML hex: &#x649F;</p>  <!-- Display: 撟 -->

URL Encoding:

// 撟 URL encoding
https://unicodefinder.com/search.php?query=%E6%92%9F

Encodings

MD5:

ec4c7808f6454ca65775b36bd29973d8

SHA1:

1f5de55925ce52c472e1c13be72bb7576b3cf8f0

Base64:

5pKf