Unicode Finder

"淬" U+6DEC(CJK UNIFIED IDEOGRAPH-6DEC)

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

Programming

C
\u6DEC
JavaScript
\u6DEC
Java
\u6DEC
Json
\u6DEC
Python
\u6DEC
Perl
\x{6DEC}
PHP
\x{6DEC}
Ruby
\u{6DEC}
Rust
\u{6DEC}
Go
\u6DEC

Web

CSS
\006DEC
HtmlDecimal
淬
HtmlHexadecimal
淬
Url
%E6%B7%AC

Code

MD5
8ccc5e48581585b7636cd0746da48e6e
Sha1
1b719e2cc66d3ff5cd14b83d8a226955d6a61557
Base64
5res

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6DEC';
console.log(char);  // Output: 淬

Java:

char c = '\u6DEC';
System.out.println(c);  // Output: 淬

JSON:

{"text": "\u6DEC"}  // Value: 淬

Python:

char = '\u6DEC'
print(char)  # Output: 淬

Perl:

my $char = "\x{6DEC}";
print $char;  # Output: 淬

PHP:

$char = "\x{6DEC}";
echo $char;  // Output: 淬

Ruby:

char = "\u{6DEC}"
puts char  # Output: 淬

Rust:

let c = '\u{6DEC}';
println!("{}", c);  // Output: 淬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006DEC";  /* Display: 淬 */
}

HTML Decimal:

<p>HTML decimal: &#28140;</p>  <!-- Display: 淬 -->

HTML Hexadecimal:

<p>HTML hex: &#x6DEC;</p>  <!-- Display: 淬 -->

URL Encoding:

// 淬 URL encoding
https://unicodefinder.com/search.php?query=%E6%B7%AC

Encodings

MD5:

8ccc5e48581585b7636cd0746da48e6e

SHA1:

1b719e2cc66d3ff5cd14b83d8a226955d6a61557

Base64:

5res