C:
char c = '\u6639';
printf("%c\n", c); // Output: 昹
JavaScript:
const char = '\u6639';
console.log(char); // Output: 昹
Java:
char c = '\u6639';
System.out.println(c); // Output: 昹
JSON:
{"text": "\u6639"} // Value: 昹
Python:
char = '\u6639'
print(char) # Output: 昹
Perl:
my $char = "\x{6639}";
print $char; # Output: 昹
PHP:
$char = "\x{6639}";
echo $char; // Output: 昹
Ruby:
char = "\u{6639}"
puts char # Output: 昹
Rust:
let c = '\u{6639}';
println!("{}", c); // Output: 昹
Go:
char := '\u6639'
fmt.Printf("%c\n", char) // Output: 昹
CSS:
/* CSS content property */
.element::before {
content: "\006639"; /* 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%98%B9
MD5:
93bab4b7065a6674d42c9b4e35094a1b
SHA1:
16177a0fa9d0defad833faa5042e75d6d8020a00
Base64:
5pi5