C:
char c = '\u5037';
printf("%c\n", c); // Output: 倷
JavaScript:
const char = '\u5037';
console.log(char); // Output: 倷
Java:
char c = '\u5037';
System.out.println(c); // Output: 倷
JSON:
{"text": "\u5037"} // Value: 倷
Python:
char = '\u5037'
print(char) # Output: 倷
Perl:
my $char = "\x{5037}";
print $char; # Output: 倷
PHP:
$char = "\x{5037}";
echo $char; // Output: 倷
Ruby:
char = "\u{5037}"
puts char # Output: 倷
Rust:
let c = '\u{5037}';
println!("{}", c); // Output: 倷
Go:
char := '\u5037'
fmt.Printf("%c\n", char) // Output: 倷
CSS:
/* CSS content property */
.element::before {
content: "\005037"; /* 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%80%B7
MD5:
17ccab087e21cd58925116f9807311a7
SHA1:
9037876e202410c7f2177cee9507eec1b887a88f
Base64:
5YC3