Unicode Finder

"憌" U+618C(CJK UNIFIED IDEOGRAPH-618C)

U+618C
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-618C

Programming

C
\u618C
JavaScript
\u618C
Java
\u618C
Json
\u618C
Python
\u618C
Perl
\x{618C}
PHP
\x{618C}
Ruby
\u{618C}
Rust
\u{618C}
Go
\u618C

Web

CSS
\00618C
HtmlDecimal
憌
HtmlHexadecimal
憌
Url
%E6%86%8C

Code

MD5
d5a8661847dd66baa05dd83662d1d13a
Sha1
9b36e30acdfaf877b44b52559f2f1748e39c06a7
Base64
5oaM

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u618C';
console.log(char);  // Output: 憌

Java:

char c = '\u618C';
System.out.println(c);  // Output: 憌

JSON:

{"text": "\u618C"}  // Value: 憌

Python:

char = '\u618C'
print(char)  # Output: 憌

Perl:

my $char = "\x{618C}";
print $char;  # Output: 憌

PHP:

$char = "\x{618C}";
echo $char;  // Output: 憌

Ruby:

char = "\u{618C}"
puts char  # Output: 憌

Rust:

let c = '\u{618C}';
println!("{}", c);  // Output: 憌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00618C";  /* Display: 憌 */
}

HTML Decimal:

<p>HTML decimal: &#24972;</p>  <!-- Display: 憌 -->

HTML Hexadecimal:

<p>HTML hex: &#x618C;</p>  <!-- Display: 憌 -->

URL Encoding:

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

Encodings

MD5:

d5a8661847dd66baa05dd83662d1d13a

SHA1:

9b36e30acdfaf877b44b52559f2f1748e39c06a7

Base64:

5oaM