C:
char c = '\u6310';
printf("%c\n", c); // Output: 挐
JavaScript:
const char = '\u6310';
console.log(char); // Output: 挐
Java:
char c = '\u6310';
System.out.println(c); // Output: 挐
JSON:
{"text": "\u6310"} // Value: 挐
Python:
char = '\u6310'
print(char) # Output: 挐
Perl:
my $char = "\x{6310}";
print $char; # Output: 挐
PHP:
$char = "\x{6310}";
echo $char; // Output: 挐
Ruby:
char = "\u{6310}"
puts char # Output: 挐
Rust:
let c = '\u{6310}';
println!("{}", c); // Output: 挐
Go:
char := '\u6310'
fmt.Printf("%c\n", char) // Output: 挐
CSS:
/* CSS content property */
.element::before {
content: "\006310"; /* 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%90
MD5:
fb851c5bd53f2d5d7cc696cb0dae7ad2
SHA1:
5c734457c22a396879f38497142bd89db44145d3
Base64:
5oyQ