Unicode Finder

"挲" U+6332(CJK UNIFIED IDEOGRAPH-6332)

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

Programming

C
\u6332
JavaScript
\u6332
Java
\u6332
Json
\u6332
Python
\u6332
Perl
\x{6332}
PHP
\x{6332}
Ruby
\u{6332}
Rust
\u{6332}
Go
\u6332

Web

CSS
\006332
HtmlDecimal
挲
HtmlHexadecimal
挲
Url
%E6%8C%B2

Code

MD5
ad8ff2187184ee7ff5458a820193fd93
Sha1
027da99b33a4bea18dc59dfdaf677851ad093011
Base64
5oyy

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6332';
console.log(char);  // Output: 挲

Java:

char c = '\u6332';
System.out.println(c);  // Output: 挲

JSON:

{"text": "\u6332"}  // Value: 挲

Python:

char = '\u6332'
print(char)  # Output: 挲

Perl:

my $char = "\x{6332}";
print $char;  # Output: 挲

PHP:

$char = "\x{6332}";
echo $char;  // Output: 挲

Ruby:

char = "\u{6332}"
puts char  # Output: 挲

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006332";  /* Display: 挲 */
}

HTML Decimal:

<p>HTML decimal: &#25394;</p>  <!-- Display: 挲 -->

HTML Hexadecimal:

<p>HTML hex: &#x6332;</p>  <!-- Display: 挲 -->

URL Encoding:

// 挲 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%B2

Encodings

MD5:

ad8ff2187184ee7ff5458a820193fd93

SHA1:

027da99b33a4bea18dc59dfdaf677851ad093011

Base64:

5oyy