Unicode Finder

"挦" U+6326(CJK UNIFIED IDEOGRAPH-6326)

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

Programming

C
\u6326
JavaScript
\u6326
Java
\u6326
Json
\u6326
Python
\u6326
Perl
\x{6326}
PHP
\x{6326}
Ruby
\u{6326}
Rust
\u{6326}
Go
\u6326

Web

CSS
\006326
HtmlDecimal
挦
HtmlHexadecimal
挦
Url
%E6%8C%A6

Code

MD5
f7bd85bc5349f91f2c60359eafa1645e
Sha1
070ba640b05aacb4db1c12e805a1b00e7d4d1f58
Base64
5oym

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6326';
console.log(char);  // Output: 挦

Java:

char c = '\u6326';
System.out.println(c);  // Output: 挦

JSON:

{"text": "\u6326"}  // Value: 挦

Python:

char = '\u6326'
print(char)  # Output: 挦

Perl:

my $char = "\x{6326}";
print $char;  # Output: 挦

PHP:

$char = "\x{6326}";
echo $char;  // Output: 挦

Ruby:

char = "\u{6326}"
puts char  # Output: 挦

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006326";  /* Display: 挦 */
}

HTML Decimal:

<p>HTML decimal: &#25382;</p>  <!-- Display: 挦 -->

HTML Hexadecimal:

<p>HTML hex: &#x6326;</p>  <!-- Display: 挦 -->

URL Encoding:

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

Encodings

MD5:

f7bd85bc5349f91f2c60359eafa1645e

SHA1:

070ba640b05aacb4db1c12e805a1b00e7d4d1f58

Base64:

5oym