C:
char c = '\u6559';
printf("%c\n", c); // Output: 教
JavaScript:
const char = '\u6559';
console.log(char); // Output: 教
Java:
char c = '\u6559';
System.out.println(c); // Output: 教
JSON:
{"text": "\u6559"} // Value: 教
Python:
char = '\u6559'
print(char) # Output: 教
Perl:
my $char = "\x{6559}";
print $char; # Output: 教
PHP:
$char = "\x{6559}";
echo $char; // Output: 教
Ruby:
char = "\u{6559}"
puts char # Output: 教
Rust:
let c = '\u{6559}';
println!("{}", c); // Output: 教
Go:
char := '\u6559'
fmt.Printf("%c\n", char) // Output: 教
CSS:
/* CSS content property */
.element::before {
content: "\006559"; /* 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%99
MD5:
d3db75fca3504064ae8c4c21b2cc4dcb
SHA1:
aa03e08180f2bcf3669bc7cdad8dc62b44057c25
Base64:
5pWZ