C:
char c = '\u663A';
printf("%c\n", c); // Output: 昺
JavaScript:
const char = '\u663A';
console.log(char); // Output: 昺
Java:
char c = '\u663A';
System.out.println(c); // Output: 昺
JSON:
{"text": "\u663A"} // Value: 昺
Python:
char = '\u663A'
print(char) # Output: 昺
Perl:
my $char = "\x{663A}";
print $char; # Output: 昺
PHP:
$char = "\x{663A}";
echo $char; // Output: 昺
Ruby:
char = "\u{663A}"
puts char # Output: 昺
Rust:
let c = '\u{663A}';
println!("{}", c); // Output: 昺
Go:
char := '\u663A'
fmt.Printf("%c\n", char) // Output: 昺
CSS:
/* CSS content property */
.element::before {
content: "\00663A"; /* 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%BA
MD5:
6217903e72d4a259a1abd689c5d82393
SHA1:
2b9d26392e21723cb3aeb957600344064a65a5be
Base64:
5pi6