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: 凵
CSS:
/* CSS content property */
.element::before {
content: "\0051F5"; /* 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%87%B5
MD5:
0a88424743abf862f0caadf8ebf217dc
SHA1:
ae271e810044991ff7d0ca3de677e91110982b65
Base64:
5Ye1