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: 匟
CSS:
/* CSS content property */
.element::before {
content: "\00531F"; /* Display: 匟 */
}
HTML Decimal:
<p>HTML decimal: 匟</p> <!-- Display: 匟 -->
HTML Hexadecimal:
<p>HTML hex: 匟</p> <!-- Display: 匟 -->
URL Encoding:
// 匟 URL encoding
https://unicodefinder.com/search.php?query=%E5%8C%9F
MD5:
b84da78d05a18886ba4a888b5585bd4e
SHA1:
a0a8617f17dde72273085a94b73d8d424fa95d68
Base64:
5Yyf