C:
char c = '\u6245';
printf("%c\n", c); // Output: 扅
JavaScript:
const char = '\u6245';
console.log(char); // Output: 扅
Java:
char c = '\u6245';
System.out.println(c); // Output: 扅
JSON:
{"text": "\u6245"} // Value: 扅
Python:
char = '\u6245'
print(char) # Output: 扅
Perl:
my $char = "\x{6245}";
print $char; # Output: 扅
PHP:
$char = "\x{6245}";
echo $char; // Output: 扅
Ruby:
char = "\u{6245}"
puts char # Output: 扅
Rust:
let c = '\u{6245}';
println!("{}", c); // Output: 扅
Go:
char := '\u6245'
fmt.Printf("%c\n", char) // Output: 扅
CSS:
/* CSS content property */
.element::before {
content: "\006245"; /* 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%85
MD5:
83e2cee389a45ce363d8870120a5e305
SHA1:
9dde70f32c7938ae9122a26840405ffa28080523
Base64:
5omF