C:
char c = '\u8F56';
printf("%c\n", c); // Output: 轖
JavaScript:
const char = '\u8F56';
console.log(char); // Output: 轖
Java:
char c = '\u8F56';
System.out.println(c); // Output: 轖
JSON:
{"text": "\u8F56"} // Value: 轖
Python:
char = '\u8F56'
print(char) # Output: 轖
Perl:
my $char = "\x{8F56}";
print $char; # Output: 轖
PHP:
$char = "\x{8F56}";
echo $char; // Output: 轖
Ruby:
char = "\u{8F56}"
puts char # Output: 轖
Rust:
let c = '\u{8F56}';
println!("{}", c); // Output: 轖
Go:
char := '\u8F56'
fmt.Printf("%c\n", char) // Output: 轖
CSS:
/* CSS content property */
.element::before {
content: "\008F56"; /* 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=%E8%BD%96
MD5:
04ef408b9139d91ef3415c52fde8cfd0
SHA1:
f81815ba9e7e83f14de9e8f4bc328cd6eb2c220e
Base64:
6L2W