Unicode Finder

"憐" U+6190(CJK UNIFIED IDEOGRAPH-6190)

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

Programming

C
\u6190
JavaScript
\u6190
Java
\u6190
Json
\u6190
Python
\u6190
Perl
\x{6190}
PHP
\x{6190}
Ruby
\u{6190}
Rust
\u{6190}
Go
\u6190

Web

CSS
\006190
HtmlDecimal
憐
HtmlHexadecimal
憐
Url
%E6%86%90

Code

MD5
6a00ca10252415d5a8b0d0738c2abfa2
Sha1
628c5a88fa82bec0f0dba79ee42aa29d2b849395
Base64
5oaQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6190';
console.log(char);  // Output: 憐

Java:

char c = '\u6190';
System.out.println(c);  // Output: 憐

JSON:

{"text": "\u6190"}  // Value: 憐

Python:

char = '\u6190'
print(char)  # Output: 憐

Perl:

my $char = "\x{6190}";
print $char;  # Output: 憐

PHP:

$char = "\x{6190}";
echo $char;  // Output: 憐

Ruby:

char = "\u{6190}"
puts char  # Output: 憐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006190";  /* Display: 憐 */
}

HTML Decimal:

<p>HTML decimal: &#24976;</p>  <!-- Display: 憐 -->

HTML Hexadecimal:

<p>HTML hex: &#x6190;</p>  <!-- Display: 憐 -->

URL Encoding:

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

Encodings

MD5:

6a00ca10252415d5a8b0d0738c2abfa2

SHA1:

628c5a88fa82bec0f0dba79ee42aa29d2b849395

Base64:

5oaQ