Unicode Finder

"憓" U+6193(CJK UNIFIED IDEOGRAPH-6193)

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

Programming

C
\u6193
JavaScript
\u6193
Java
\u6193
Json
\u6193
Python
\u6193
Perl
\x{6193}
PHP
\x{6193}
Ruby
\u{6193}
Rust
\u{6193}
Go
\u6193

Web

CSS
\006193
HtmlDecimal
憓
HtmlHexadecimal
憓
Url
%E6%86%93

Code

MD5
06e717a5cfa35ef4d39c513c15ba930f
Sha1
24d487ca0f68a69cd824ade4dbe5d5a8bd16afe9
Base64
5oaT

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6193';
console.log(char);  // Output: 憓

Java:

char c = '\u6193';
System.out.println(c);  // Output: 憓

JSON:

{"text": "\u6193"}  // Value: 憓

Python:

char = '\u6193'
print(char)  # Output: 憓

Perl:

my $char = "\x{6193}";
print $char;  # Output: 憓

PHP:

$char = "\x{6193}";
echo $char;  // Output: 憓

Ruby:

char = "\u{6193}"
puts char  # Output: 憓

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006193";  /* Display: 憓 */
}

HTML Decimal:

<p>HTML decimal: &#24979;</p>  <!-- Display: 憓 -->

HTML Hexadecimal:

<p>HTML hex: &#x6193;</p>  <!-- Display: 憓 -->

URL Encoding:

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

Encodings

MD5:

06e717a5cfa35ef4d39c513c15ba930f

SHA1:

24d487ca0f68a69cd824ade4dbe5d5a8bd16afe9

Base64:

5oaT