Unicode Finder

"凵" U+51F5(CJK UNIFIED IDEOGRAPH-51F5)

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

Programming

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

Web

CSS
\0051F5
HtmlDecimal
凵
HtmlHexadecimal
凵
Url
%E5%87%B5

Code

MD5
0a88424743abf862f0caadf8ebf217dc
Sha1
ae271e810044991ff7d0ca3de677e91110982b65
Base64
5Ye1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51F5';
console.log(char);  // Output: 凵

Java:

char c = '\u51F5';
System.out.println(c);  // Output: 凵

JSON:

{"text": "\u51F5"}  // Value: 凵

Python:

char = '\u51F5'
print(char)  # Output: 凵

Perl:

my $char = "\x{51F5}";
print $char;  # Output: 凵

PHP:

$char = "\x{51F5}";
echo $char;  // Output: 凵

Ruby:

char = "\u{51F5}"
puts char  # Output: 凵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20981;</p>  <!-- Display: 凵 -->

HTML Hexadecimal:

<p>HTML hex: &#x51F5;</p>  <!-- Display: 凵 -->

URL Encoding:

// 凵 URL encoding
https://unicodefinder.com/search.php?query=%E5%87%B5

Encodings

MD5:

0a88424743abf862f0caadf8ebf217dc

SHA1:

ae271e810044991ff7d0ca3de677e91110982b65

Base64:

5Ye1