Unicode Finder

"搷" U+6437(CJK UNIFIED IDEOGRAPH-6437)

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

Programming

C
\u6437
JavaScript
\u6437
Java
\u6437
Json
\u6437
Python
\u6437
Perl
\x{6437}
PHP
\x{6437}
Ruby
\u{6437}
Rust
\u{6437}
Go
\u6437

Web

CSS
\006437
HtmlDecimal
搷
HtmlHexadecimal
搷
Url
%E6%90%B7

Code

MD5
fb107a5c0c6f3f6714a3f502d94a8b61
Sha1
d1e575dbf09ed99373bd4d5b6d33a8e73849e3c9
Base64
5pC3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6437';
console.log(char);  // Output: 搷

Java:

char c = '\u6437';
System.out.println(c);  // Output: 搷

JSON:

{"text": "\u6437"}  // Value: 搷

Python:

char = '\u6437'
print(char)  # Output: 搷

Perl:

my $char = "\x{6437}";
print $char;  # Output: 搷

PHP:

$char = "\x{6437}";
echo $char;  // Output: 搷

Ruby:

char = "\u{6437}"
puts char  # Output: 搷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006437";  /* Display: 搷 */
}

HTML Decimal:

<p>HTML decimal: &#25655;</p>  <!-- Display: 搷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6437;</p>  <!-- Display: 搷 -->

URL Encoding:

// 搷 URL encoding
https://unicodefinder.com/search.php?query=%E6%90%B7

Encodings

MD5:

fb107a5c0c6f3f6714a3f502d94a8b61

SHA1:

d1e575dbf09ed99373bd4d5b6d33a8e73849e3c9

Base64:

5pC3