Unicode Finder

"搽" U+643D(CJK UNIFIED IDEOGRAPH-643D)

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

Programming

C
\u643D
JavaScript
\u643D
Java
\u643D
Json
\u643D
Python
\u643D
Perl
\x{643D}
PHP
\x{643D}
Ruby
\u{643D}
Rust
\u{643D}
Go
\u643D

Web

CSS
\00643D
HtmlDecimal
搽
HtmlHexadecimal
搽
Url
%E6%90%BD

Code

MD5
dd2d2d007ce951cf449062fe0dce8099
Sha1
fab45b9a136a552d34063dd8c895290cc2116de0
Base64
5pC9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u643D';
console.log(char);  // Output: 搽

Java:

char c = '\u643D';
System.out.println(c);  // Output: 搽

JSON:

{"text": "\u643D"}  // Value: 搽

Python:

char = '\u643D'
print(char)  # Output: 搽

Perl:

my $char = "\x{643D}";
print $char;  # Output: 搽

PHP:

$char = "\x{643D}";
echo $char;  // Output: 搽

Ruby:

char = "\u{643D}"
puts char  # Output: 搽

Rust:

let c = '\u{643D}';
println!("{}", c);  // Output: 搽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00643D";  /* Display: 搽 */
}

HTML Decimal:

<p>HTML decimal: &#25661;</p>  <!-- Display: 搽 -->

HTML Hexadecimal:

<p>HTML hex: &#x643D;</p>  <!-- Display: 搽 -->

URL Encoding:

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

Encodings

MD5:

dd2d2d007ce951cf449062fe0dce8099

SHA1:

fab45b9a136a552d34063dd8c895290cc2116de0

Base64:

5pC9