C:
char c = '\u8BAD';
printf("%c\n", c); // Output: 训
JavaScript:
const char = '\u8BAD';
console.log(char); // Output: 训
Java:
char c = '\u8BAD';
System.out.println(c); // Output: 训
JSON:
{"text": "\u8BAD"} // Value: 训
Python:
char = '\u8BAD'
print(char) # Output: 训
Perl:
my $char = "\x{8BAD}";
print $char; # Output: 训
PHP:
$char = "\x{8BAD}";
echo $char; // Output: 训
Ruby:
char = "\u{8BAD}"
puts char # Output: 训
Rust:
let c = '\u{8BAD}';
println!("{}", c); // Output: 训
Go:
char := '\u8BAD'
fmt.Printf("%c\n", char) // Output: 训
CSS:
/* CSS content property */
.element::before {
content: "\008BAD"; /* 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%AE%AD
MD5:
8433bd063efed2553c883e4194660782
SHA1:
8eeeee1f77dc8e32e9100f7d933f435083996954
Base64:
6K6t