C:
char c = '\u6386';
printf("%c\n", c); // Output: 掆
JavaScript:
const char = '\u6386';
console.log(char); // Output: 掆
Java:
char c = '\u6386';
System.out.println(c); // Output: 掆
JSON:
{"text": "\u6386"} // Value: 掆
Python:
char = '\u6386'
print(char) # Output: 掆
Perl:
my $char = "\x{6386}";
print $char; # Output: 掆
PHP:
$char = "\x{6386}";
echo $char; // Output: 掆
Ruby:
char = "\u{6386}"
puts char # Output: 掆
Rust:
let c = '\u{6386}';
println!("{}", c); // Output: 掆
Go:
char := '\u6386'
fmt.Printf("%c\n", char) // Output: 掆
CSS:
/* CSS content property */
.element::before {
content: "\006386"; /* 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%8E%86
MD5:
e9e0376bd1ee4f7d80e400ccd70624a4
SHA1:
3c952aa7b0c9372188853a24578031cb0939e4a3
Base64:
5o6G