C:
char c = '\u6261';
printf("%c\n", c); // Output: 扡
JavaScript:
const char = '\u6261';
console.log(char); // Output: 扡
Java:
char c = '\u6261';
System.out.println(c); // Output: 扡
JSON:
{"text": "\u6261"} // Value: 扡
Python:
char = '\u6261'
print(char) # Output: 扡
Perl:
my $char = "\x{6261}";
print $char; # Output: 扡
PHP:
$char = "\x{6261}";
echo $char; // Output: 扡
Ruby:
char = "\u{6261}"
puts char # Output: 扡
Rust:
let c = '\u{6261}';
println!("{}", c); // Output: 扡
Go:
char := '\u6261'
fmt.Printf("%c\n", char) // Output: 扡
CSS:
/* CSS content property */
.element::before {
content: "\006261"; /* 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%89%A1
MD5:
ec30ad300fbfb6d335bea55026e600a6
SHA1:
36b562a492383a559ada5920eed1a30ebc970cc5
Base64:
5omh