Unicode Finder

"搸" U+6438(CJK UNIFIED IDEOGRAPH-6438)

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

Programming

C
\u6438
JavaScript
\u6438
Java
\u6438
Json
\u6438
Python
\u6438
Perl
\x{6438}
PHP
\x{6438}
Ruby
\u{6438}
Rust
\u{6438}
Go
\u6438

Web

CSS
\006438
HtmlDecimal
搸
HtmlHexadecimal
搸
Url
%E6%90%B8

Code

MD5
add2ebcb456029c478f35c3162300229
Sha1
d2b1e66bb4be83f31589a616051f148704f3bd4c
Base64
5pC4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6438';
console.log(char);  // Output: 搸

Java:

char c = '\u6438';
System.out.println(c);  // Output: 搸

JSON:

{"text": "\u6438"}  // Value: 搸

Python:

char = '\u6438'
print(char)  # Output: 搸

Perl:

my $char = "\x{6438}";
print $char;  # Output: 搸

PHP:

$char = "\x{6438}";
echo $char;  // Output: 搸

Ruby:

char = "\u{6438}"
puts char  # Output: 搸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006438";  /* Display: 搸 */
}

HTML Decimal:

<p>HTML decimal: &#25656;</p>  <!-- Display: 搸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6438;</p>  <!-- Display: 搸 -->

URL Encoding:

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

Encodings

MD5:

add2ebcb456029c478f35c3162300229

SHA1:

d2b1e66bb4be83f31589a616051f148704f3bd4c

Base64:

5pC4