C:
char c = '\u5014';
printf("%c\n", c); // Output: 倔
JavaScript:
const char = '\u5014';
console.log(char); // Output: 倔
Java:
char c = '\u5014';
System.out.println(c); // Output: 倔
JSON:
{"text": "\u5014"} // Value: 倔
Python:
char = '\u5014'
print(char) # Output: 倔
Perl:
my $char = "\x{5014}";
print $char; # Output: 倔
PHP:
$char = "\x{5014}";
echo $char; // Output: 倔
Ruby:
char = "\u{5014}"
puts char # Output: 倔
Rust:
let c = '\u{5014}';
println!("{}", c); // Output: 倔
Go:
char := '\u5014'
fmt.Printf("%c\n", char) // Output: 倔
CSS:
/* CSS content property */
.element::before {
content: "\005014"; /* 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%94
MD5:
4113482215e037303efc6d7c0dba44e7
SHA1:
1b5b43b06cff84107d865aaee9d4f968cc89ad0c
Base64:
5YCU