Unicode Finder

"挒" U+6312(CJK UNIFIED IDEOGRAPH-6312)

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

Programming

C
\u6312
JavaScript
\u6312
Java
\u6312
Json
\u6312
Python
\u6312
Perl
\x{6312}
PHP
\x{6312}
Ruby
\u{6312}
Rust
\u{6312}
Go
\u6312

Web

CSS
\006312
HtmlDecimal
挒
HtmlHexadecimal
挒
Url
%E6%8C%92

Code

MD5
ae8a8587576e6900fc385d9caa4558e6
Sha1
7ca645bc5c195a45f05c68263dc648a921e9d519
Base64
5oyS

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6312';
console.log(char);  // Output: 挒

Java:

char c = '\u6312';
System.out.println(c);  // Output: 挒

JSON:

{"text": "\u6312"}  // Value: 挒

Python:

char = '\u6312'
print(char)  # Output: 挒

Perl:

my $char = "\x{6312}";
print $char;  # Output: 挒

PHP:

$char = "\x{6312}";
echo $char;  // Output: 挒

Ruby:

char = "\u{6312}"
puts char  # Output: 挒

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006312";  /* Display: 挒 */
}

HTML Decimal:

<p>HTML decimal: &#25362;</p>  <!-- Display: 挒 -->

HTML Hexadecimal:

<p>HTML hex: &#x6312;</p>  <!-- Display: 挒 -->

URL Encoding:

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

Encodings

MD5:

ae8a8587576e6900fc385d9caa4558e6

SHA1:

7ca645bc5c195a45f05c68263dc648a921e9d519

Base64:

5oyS