Unicode Finder

"凿" U+51FF(CJK UNIFIED IDEOGRAPH-51FF)

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

Programming

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

Web

CSS
\0051FF
HtmlDecimal
凿
HtmlHexadecimal
凿
Url
%E5%87%BF

Code

MD5
134f2bbdd0f83663d30767adf4ca32e6
Sha1
e9baa0feceba7713ba1710883ededa70fd93cacf
Base64
5Ye/

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51FF';
console.log(char);  // Output: 凿

Java:

char c = '\u51FF';
System.out.println(c);  // Output: 凿

JSON:

{"text": "\u51FF"}  // Value: 凿

Python:

char = '\u51FF'
print(char)  # Output: 凿

Perl:

my $char = "\x{51FF}";
print $char;  # Output: 凿

PHP:

$char = "\x{51FF}";
echo $char;  // Output: 凿

Ruby:

char = "\u{51FF}"
puts char  # Output: 凿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20991;</p>  <!-- Display: 凿 -->

HTML Hexadecimal:

<p>HTML hex: &#x51FF;</p>  <!-- Display: 凿 -->

URL Encoding:

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

Encodings

MD5:

134f2bbdd0f83663d30767adf4ca32e6

SHA1:

e9baa0feceba7713ba1710883ededa70fd93cacf

Base64:

5Ye/

© 2025 Unicode Finder

凿 U+51FF CJK UNIFIED IDEOGRAPH-51FF Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me