C:
char c = '\u6576';
printf("%c\n", c); // Output: 敶
JavaScript:
const char = '\u6576';
console.log(char); // Output: 敶
Java:
char c = '\u6576';
System.out.println(c); // Output: 敶
JSON:
{"text": "\u6576"} // Value: 敶
Python:
char = '\u6576'
print(char) # Output: 敶
Perl:
my $char = "\x{6576}";
print $char; # Output: 敶
PHP:
$char = "\x{6576}";
echo $char; // Output: 敶
Ruby:
char = "\u{6576}"
puts char # Output: 敶
Rust:
let c = '\u{6576}';
println!("{}", c); // Output: 敶
Go:
char := '\u6576'
fmt.Printf("%c\n", char) // Output: 敶
CSS:
/* CSS content property */
.element::before {
content: "\006576"; /* 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%B6
MD5:
4b0a1dbcdda9915e3a03e66ffe4fa354
SHA1:
f53fbe9e039c4ecf3915751573d8ffafdff8da8a
Base64:
5pW2