Unicode Finder

"凷" U+51F7(CJK UNIFIED IDEOGRAPH-51F7)

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

Programming

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

Web

CSS
\0051F7
HtmlDecimal
凷
HtmlHexadecimal
凷
Url
%E5%87%B7

Code

MD5
e9d1ef2b33fbb0e8fc61a848fc63be64
Sha1
223117d23691545de27e27223588f9353da441b4
Base64
5Ye3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51F7';
console.log(char);  // Output: 凷

Java:

char c = '\u51F7';
System.out.println(c);  // Output: 凷

JSON:

{"text": "\u51F7"}  // Value: 凷

Python:

char = '\u51F7'
print(char)  # Output: 凷

Perl:

my $char = "\x{51F7}";
print $char;  # Output: 凷

PHP:

$char = "\x{51F7}";
echo $char;  // Output: 凷

Ruby:

char = "\u{51F7}"
puts char  # Output: 凷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20983;</p>  <!-- Display: 凷 -->

HTML Hexadecimal:

<p>HTML hex: &#x51F7;</p>  <!-- Display: 凷 -->

URL Encoding:

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

Encodings

MD5:

e9d1ef2b33fbb0e8fc61a848fc63be64

SHA1:

223117d23691545de27e27223588f9353da441b4

Base64:

5Ye3