C:
char c = '\u6270';
printf("%c\n", c); // Output: 扰
JavaScript:
const char = '\u6270';
console.log(char); // Output: 扰
Java:
char c = '\u6270';
System.out.println(c); // Output: 扰
JSON:
{"text": "\u6270"} // Value: 扰
Python:
char = '\u6270'
print(char) # Output: 扰
Perl:
my $char = "\x{6270}";
print $char; # Output: 扰
PHP:
$char = "\x{6270}";
echo $char; // Output: 扰
Ruby:
char = "\u{6270}"
puts char # Output: 扰
Rust:
let c = '\u{6270}';
println!("{}", c); // Output: 扰
Go:
char := '\u6270'
fmt.Printf("%c\n", char) // Output: 扰
CSS:
/* CSS content property */
.element::before {
content: "\006270"; /* 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%B0
MD5:
b2b94e425a5fc379fb217e36aed9aaf2
SHA1:
2a3ae1fc2e4c6a072a66223e158fa8b687640ee0
Base64:
5omw