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