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