Unicode Finder

"挴" U+6334(CJK UNIFIED IDEOGRAPH-6334)

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

Programming

C
\u6334
JavaScript
\u6334
Java
\u6334
Json
\u6334
Python
\u6334
Perl
\x{6334}
PHP
\x{6334}
Ruby
\u{6334}
Rust
\u{6334}
Go
\u6334

Web

CSS
\006334
HtmlDecimal
挴
HtmlHexadecimal
挴
Url
%E6%8C%B4

Code

MD5
6728a09e621b331930e78db5c9657fb7
Sha1
ea41b1068a1a7fd562adb23a0a48bf114923cf6e
Base64
5oy0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6334';
console.log(char);  // Output: 挴

Java:

char c = '\u6334';
System.out.println(c);  // Output: 挴

JSON:

{"text": "\u6334"}  // Value: 挴

Python:

char = '\u6334'
print(char)  # Output: 挴

Perl:

my $char = "\x{6334}";
print $char;  # Output: 挴

PHP:

$char = "\x{6334}";
echo $char;  // Output: 挴

Ruby:

char = "\u{6334}"
puts char  # Output: 挴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006334";  /* Display: 挴 */
}

HTML Decimal:

<p>HTML decimal: &#25396;</p>  <!-- Display: 挴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6334;</p>  <!-- Display: 挴 -->

URL Encoding:

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

Encodings

MD5:

6728a09e621b331930e78db5c9657fb7

SHA1:

ea41b1068a1a7fd562adb23a0a48bf114923cf6e

Base64:

5oy0