C:
char c = '\u6467';
printf("%c\n", c); // Output: 摧
JavaScript:
const char = '\u6467';
console.log(char); // Output: 摧
Java:
char c = '\u6467';
System.out.println(c); // Output: 摧
JSON:
{"text": "\u6467"} // Value: 摧
Python:
char = '\u6467'
print(char) # Output: 摧
Perl:
my $char = "\x{6467}";
print $char; # Output: 摧
PHP:
$char = "\x{6467}";
echo $char; // Output: 摧
Ruby:
char = "\u{6467}"
puts char # Output: 摧
Rust:
let c = '\u{6467}';
println!("{}", c); // Output: 摧
Go:
char := '\u6467'
fmt.Printf("%c\n", char) // Output: 摧
CSS:
/* CSS content property */
.element::before {
content: "\006467"; /* 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=%E6%91%A7
MD5:
66ae93d30c53b297ed3dea0d15da8def
SHA1:
908f7f589687e0a0a2b3147d2cde37674dcc6efb
Base64:
5pGn