Unicode Finder

"憆" U+6186(CJK UNIFIED IDEOGRAPH-6186)

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

Programming

C
\u6186
JavaScript
\u6186
Java
\u6186
Json
\u6186
Python
\u6186
Perl
\x{6186}
PHP
\x{6186}
Ruby
\u{6186}
Rust
\u{6186}
Go
\u6186

Web

CSS
\006186
HtmlDecimal
憆
HtmlHexadecimal
憆
Url
%E6%86%86

Code

MD5
6f46769d9884a7e37663573834a83be2
Sha1
9fc3e922cc67a9d8ceafef1115631843dc85495d
Base64
5oaG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6186';
console.log(char);  // Output: 憆

Java:

char c = '\u6186';
System.out.println(c);  // Output: 憆

JSON:

{"text": "\u6186"}  // Value: 憆

Python:

char = '\u6186'
print(char)  # Output: 憆

Perl:

my $char = "\x{6186}";
print $char;  # Output: 憆

PHP:

$char = "\x{6186}";
echo $char;  // Output: 憆

Ruby:

char = "\u{6186}"
puts char  # Output: 憆

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006186";  /* Display: 憆 */
}

HTML Decimal:

<p>HTML decimal: &#24966;</p>  <!-- Display: 憆 -->

HTML Hexadecimal:

<p>HTML hex: &#x6186;</p>  <!-- Display: 憆 -->

URL Encoding:

// 憆 URL encoding
https://unicodefinder.com/search.php?query=%E6%86%86

Encodings

MD5:

6f46769d9884a7e37663573834a83be2

SHA1:

9fc3e922cc67a9d8ceafef1115631843dc85495d

Base64:

5oaG