C:
char c = '\u6388';
printf("%c\n", c); // Output: 授
JavaScript:
const char = '\u6388';
console.log(char); // Output: 授
Java:
char c = '\u6388';
System.out.println(c); // Output: 授
JSON:
{"text": "\u6388"} // Value: 授
Python:
char = '\u6388'
print(char) # Output: 授
Perl:
my $char = "\x{6388}";
print $char; # Output: 授
PHP:
$char = "\x{6388}";
echo $char; // Output: 授
Ruby:
char = "\u{6388}"
puts char # Output: 授
Rust:
let c = '\u{6388}';
println!("{}", c); // Output: 授
Go:
char := '\u6388'
fmt.Printf("%c\n", char) // Output: 授
CSS:
/* CSS content property */
.element::before {
content: "\006388"; /* 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%8E%88
MD5:
0db992280ca3c42c17524eacb8204ac3
SHA1:
ad6e5604e963ff261eff18fd16627904388c8525
Base64:
5o6I