Unicode Finder

"憁" U+6181(CJK UNIFIED IDEOGRAPH-6181)

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

Programming

C
\u6181
JavaScript
\u6181
Java
\u6181
Json
\u6181
Python
\u6181
Perl
\x{6181}
PHP
\x{6181}
Ruby
\u{6181}
Rust
\u{6181}
Go
\u6181

Web

CSS
\006181
HtmlDecimal
憁
HtmlHexadecimal
憁
Url
%E6%86%81

Code

MD5
dc9bbd18c2c2861d67793c5edae2c243
Sha1
8b1006269147dfb451af054c15c3bab9467bd8b4
Base64
5oaB

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6181';
console.log(char);  // Output: 憁

Java:

char c = '\u6181';
System.out.println(c);  // Output: 憁

JSON:

{"text": "\u6181"}  // Value: 憁

Python:

char = '\u6181'
print(char)  # Output: 憁

Perl:

my $char = "\x{6181}";
print $char;  # Output: 憁

PHP:

$char = "\x{6181}";
echo $char;  // Output: 憁

Ruby:

char = "\u{6181}"
puts char  # Output: 憁

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006181";  /* Display: 憁 */
}

HTML Decimal:

<p>HTML decimal: &#24961;</p>  <!-- Display: 憁 -->

HTML Hexadecimal:

<p>HTML hex: &#x6181;</p>  <!-- Display: 憁 -->

URL Encoding:

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

Encodings

MD5:

dc9bbd18c2c2861d67793c5edae2c243

SHA1:

8b1006269147dfb451af054c15c3bab9467bd8b4

Base64:

5oaB