C:
char c = '\u8DF5';
printf("%c\n", c); // Output: 践
JavaScript:
const char = '\u8DF5';
console.log(char); // Output: 践
Java:
char c = '\u8DF5';
System.out.println(c); // Output: 践
JSON:
{"text": "\u8DF5"} // Value: 践
Python:
char = '\u8DF5'
print(char) # Output: 践
Perl:
my $char = "\x{8DF5}";
print $char; # Output: 践
PHP:
$char = "\x{8DF5}";
echo $char; // Output: 践
Ruby:
char = "\u{8DF5}"
puts char # Output: 践
Rust:
let c = '\u{8DF5}';
println!("{}", c); // Output: 践
Go:
char := '\u8DF5'
fmt.Printf("%c\n", char) // Output: 践
CSS:
/* CSS content property */
.element::before {
content: "\008DF5"; /* 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%B7%B5
MD5:
5d0c31bc928916910695273bdc4f3ef2
SHA1:
4d47508db26e6dacdd5f7fd0846603cfaf0fb10f
Base64:
6Le1