Unicode Finder

"冷" U+51B7(CJK UNIFIED IDEOGRAPH-51B7)

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

Programming

C
\u51B7
JavaScript
\u51B7
Java
\u51B7
Json
\u51B7
Python
\u51B7
Perl
\x{51B7}
PHP
\x{51B7}
Ruby
\u{51B7}
Rust
\u{51B7}
Go
\u51B7

Web

CSS
\0051B7
HtmlDecimal
冷
HtmlHexadecimal
冷
Url
%E5%86%B7

Code

MD5
74eaee9656d23f18bb33d2b88098a64a
Sha1
e2fc60d070bd81ecddde0ee6ca06ce4b0d8a9193
Base64
5Ya3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51B7';
console.log(char);  // Output: 冷

Java:

char c = '\u51B7';
System.out.println(c);  // Output: 冷

JSON:

{"text": "\u51B7"}  // Value: 冷

Python:

char = '\u51B7'
print(char)  # Output: 冷

Perl:

my $char = "\x{51B7}";
print $char;  # Output: 冷

PHP:

$char = "\x{51B7}";
echo $char;  // Output: 冷

Ruby:

char = "\u{51B7}"
puts char  # Output: 冷

Rust:

let c = '\u{51B7}';
println!("{}", c);  // Output: 冷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0051B7";  /* Display: 冷 */
}

HTML Decimal:

<p>HTML decimal: &#20919;</p>  <!-- Display: 冷 -->

HTML Hexadecimal:

<p>HTML hex: &#x51B7;</p>  <!-- Display: 冷 -->

URL Encoding:

// 冷 URL encoding
https://unicodefinder.com/search.php?query=%E5%86%B7

Encodings

MD5:

74eaee9656d23f18bb33d2b88098a64a

SHA1:

e2fc60d070bd81ecddde0ee6ca06ce4b0d8a9193

Base64:

5Ya3