Unicode Finder

"憈" U+6188(CJK UNIFIED IDEOGRAPH-6188)

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

Programming

C
\u6188
JavaScript
\u6188
Java
\u6188
Json
\u6188
Python
\u6188
Perl
\x{6188}
PHP
\x{6188}
Ruby
\u{6188}
Rust
\u{6188}
Go
\u6188

Web

CSS
\006188
HtmlDecimal
憈
HtmlHexadecimal
憈
Url
%E6%86%88

Code

MD5
47a3de23e557aa5e48a7f86539bb4256
Sha1
f6fff62736234dc21815a414d22cc83ec27dc0e5
Base64
5oaI

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6188';
console.log(char);  // Output: 憈

Java:

char c = '\u6188';
System.out.println(c);  // Output: 憈

JSON:

{"text": "\u6188"}  // Value: 憈

Python:

char = '\u6188'
print(char)  # Output: 憈

Perl:

my $char = "\x{6188}";
print $char;  # Output: 憈

PHP:

$char = "\x{6188}";
echo $char;  // Output: 憈

Ruby:

char = "\u{6188}"
puts char  # Output: 憈

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006188";  /* Display: 憈 */
}

HTML Decimal:

<p>HTML decimal: &#24968;</p>  <!-- Display: 憈 -->

HTML Hexadecimal:

<p>HTML hex: &#x6188;</p>  <!-- Display: 憈 -->

URL Encoding:

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

Encodings

MD5:

47a3de23e557aa5e48a7f86539bb4256

SHA1:

f6fff62736234dc21815a414d22cc83ec27dc0e5

Base64:

5oaI