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