C:
char c = '\u4F36';
printf("%c\n", c); // Output: 伶
JavaScript:
const char = '\u4F36';
console.log(char); // Output: 伶
Java:
char c = '\u4F36';
System.out.println(c); // Output: 伶
JSON:
{"text": "\u4F36"} // Value: 伶
Python:
char = '\u4F36'
print(char) # Output: 伶
Perl:
my $char = "\x{4F36}";
print $char; # Output: 伶
PHP:
$char = "\x{4F36}";
echo $char; // Output: 伶
Ruby:
char = "\u{4F36}"
puts char # Output: 伶
Rust:
let c = '\u{4F36}';
println!("{}", c); // Output: 伶
Go:
char := '\u4F36'
fmt.Printf("%c\n", char) // Output: 伶
CSS:
/* CSS content property */
.element::before {
content: "\004F36"; /* 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=%E4%BC%B6
MD5:
8dab9a79f24cac1732e868218ee98ddb
SHA1:
6b6d7ffa9860d586ccbf77a1553b49987b8debd2
Base64:
5Ly2