C:
char c = '\u6313';
printf("%c\n", c); // Output: 挓
JavaScript:
const char = '\u6313';
console.log(char); // Output: 挓
Java:
char c = '\u6313';
System.out.println(c); // Output: 挓
JSON:
{"text": "\u6313"} // Value: 挓
Python:
char = '\u6313'
print(char) # Output: 挓
Perl:
my $char = "\x{6313}";
print $char; # Output: 挓
PHP:
$char = "\x{6313}";
echo $char; // Output: 挓
Ruby:
char = "\u{6313}"
puts char # Output: 挓
Rust:
let c = '\u{6313}';
println!("{}", c); // Output: 挓
Go:
char := '\u6313'
fmt.Printf("%c\n", char) // Output: 挓
CSS:
/* CSS content property */
.element::before {
content: "\006313"; /* 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%93
MD5:
7191ea777ea2df4a6c50437d4835ef8c
SHA1:
d81d245e11bec4b413d6358e6fa96df549d52d31
Base64:
5oyT