C:
char c = '\u6544';
printf("%c\n", c); // Output: 敄
JavaScript:
const char = '\u6544';
console.log(char); // Output: 敄
Java:
char c = '\u6544';
System.out.println(c); // Output: 敄
JSON:
{"text": "\u6544"} // Value: 敄
Python:
char = '\u6544'
print(char) # Output: 敄
Perl:
my $char = "\x{6544}";
print $char; # Output: 敄
PHP:
$char = "\x{6544}";
echo $char; // Output: 敄
Ruby:
char = "\u{6544}"
puts char # Output: 敄
Rust:
let c = '\u{6544}';
println!("{}", c); // Output: 敄
Go:
char := '\u6544'
fmt.Printf("%c\n", char) // Output: 敄
CSS:
/* CSS content property */
.element::before {
content: "\006544"; /* 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%95%84
MD5:
980dca0931bb08d491c4f3d09c47b396
SHA1:
f72ce6656103bfc6de0cb643d8bda84831509e2d
Base64:
5pWE