C:
char c = '\u6278';
printf("%c\n", c); // Output: 扸
JavaScript:
const char = '\u6278';
console.log(char); // Output: 扸
Java:
char c = '\u6278';
System.out.println(c); // Output: 扸
JSON:
{"text": "\u6278"} // Value: 扸
Python:
char = '\u6278'
print(char) # Output: 扸
Perl:
my $char = "\x{6278}";
print $char; # Output: 扸
PHP:
$char = "\x{6278}";
echo $char; // Output: 扸
Ruby:
char = "\u{6278}"
puts char # Output: 扸
Rust:
let c = '\u{6278}';
println!("{}", c); // Output: 扸
Go:
char := '\u6278'
fmt.Printf("%c\n", char) // Output: 扸
CSS:
/* CSS content property */
.element::before {
content: "\006278"; /* 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%B8
MD5:
552a7753ff4fbc61a89aa7fbd46a5e8e
SHA1:
d32750dbab967b72b0db38f1e92b0d129c04a1b2
Base64:
5om4