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