Unicode Finder

"匟" U+531F(CJK UNIFIED IDEOGRAPH-531F)

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

Programming

C
\u531F
JavaScript
\u531F
Java
\u531F
Json
\u531F
Python
\u531F
Perl
\x{531F}
PHP
\x{531F}
Ruby
\u{531F}
Rust
\u{531F}
Go
\u531F

Web

CSS
\00531F
HtmlDecimal
匟
HtmlHexadecimal
匟
Url
%E5%8C%9F

Code

MD5
b84da78d05a18886ba4a888b5585bd4e
Sha1
a0a8617f17dde72273085a94b73d8d424fa95d68
Base64
5Yyf

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u531F';
console.log(char);  // Output: 匟

Java:

char c = '\u531F';
System.out.println(c);  // Output: 匟

JSON:

{"text": "\u531F"}  // Value: 匟

Python:

char = '\u531F'
print(char)  # Output: 匟

Perl:

my $char = "\x{531F}";
print $char;  # Output: 匟

PHP:

$char = "\x{531F}";
echo $char;  // Output: 匟

Ruby:

char = "\u{531F}"
puts char  # Output: 匟

Rust:

let c = '\u{531F}';
println!("{}", c);  // Output: 匟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00531F";  /* Display: 匟 */
}

HTML Decimal:

<p>HTML decimal: &#21279;</p>  <!-- Display: 匟 -->

HTML Hexadecimal:

<p>HTML hex: &#x531F;</p>  <!-- Display: 匟 -->

URL Encoding:

// 匟 URL encoding
https://unicodefinder.com/search.php?query=%E5%8C%9F

Encodings

MD5:

b84da78d05a18886ba4a888b5585bd4e

SHA1:

a0a8617f17dde72273085a94b73d8d424fa95d68

Base64:

5Yyf