C:
char c = '\u773F';
printf("%c\n", c); // Output: 眿
JavaScript:
const char = '\u773F';
console.log(char); // Output: 眿
Java:
char c = '\u773F';
System.out.println(c); // Output: 眿
JSON:
{"text": "\u773F"} // Value: 眿
Python:
char = '\u773F'
print(char) # Output: 眿
Perl:
my $char = "\x{773F}";
print $char; # Output: 眿
PHP:
$char = "\x{773F}";
echo $char; // Output: 眿
Ruby:
char = "\u{773F}"
puts char # Output: 眿
Rust:
let c = '\u{773F}';
println!("{}", c); // Output: 眿
Go:
char := '\u773F'
fmt.Printf("%c\n", char) // Output: 眿
CSS:
/* CSS content property */
.element::before {
content: "\00773F"; /* 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=%E7%9C%BF
MD5:
89c22bbced5ae6fc4593d68a9b7468a0
SHA1:
f57afc2ba85edca593403e53c5f95b43ee54b4b0
Base64:
55y/