Unicode Finder

"憄" U+6184(CJK UNIFIED IDEOGRAPH-6184)

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

Programming

C
\u6184
JavaScript
\u6184
Java
\u6184
Json
\u6184
Python
\u6184
Perl
\x{6184}
PHP
\x{6184}
Ruby
\u{6184}
Rust
\u{6184}
Go
\u6184

Web

CSS
\006184
HtmlDecimal
憄
HtmlHexadecimal
憄
Url
%E6%86%84

Code

MD5
55cf6a5b0f51b50a1e0cff187d28187d
Sha1
bea5d2297b028bde5df05d660a7dde05a7443e0e
Base64
5oaE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6184';
console.log(char);  // Output: 憄

Java:

char c = '\u6184';
System.out.println(c);  // Output: 憄

JSON:

{"text": "\u6184"}  // Value: 憄

Python:

char = '\u6184'
print(char)  # Output: 憄

Perl:

my $char = "\x{6184}";
print $char;  # Output: 憄

PHP:

$char = "\x{6184}";
echo $char;  // Output: 憄

Ruby:

char = "\u{6184}"
puts char  # Output: 憄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006184";  /* Display: 憄 */
}

HTML Decimal:

<p>HTML decimal: &#24964;</p>  <!-- Display: 憄 -->

HTML Hexadecimal:

<p>HTML hex: &#x6184;</p>  <!-- Display: 憄 -->

URL Encoding:

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

Encodings

MD5:

55cf6a5b0f51b50a1e0cff187d28187d

SHA1:

bea5d2297b028bde5df05d660a7dde05a7443e0e

Base64:

5oaE