C:
char c = '\u667B';
printf("%c\n", c); // Output: 晻
JavaScript:
const char = '\u667B';
console.log(char); // Output: 晻
Java:
char c = '\u667B';
System.out.println(c); // Output: 晻
JSON:
{"text": "\u667B"} // Value: 晻
Python:
char = '\u667B'
print(char) # Output: 晻
Perl:
my $char = "\x{667B}";
print $char; # Output: 晻
PHP:
$char = "\x{667B}";
echo $char; // Output: 晻
Ruby:
char = "\u{667B}"
puts char # Output: 晻
Rust:
let c = '\u{667B}';
println!("{}", c); // Output: 晻
Go:
char := '\u667B'
fmt.Printf("%c\n", char) // Output: 晻
CSS:
/* CSS content property */
.element::before {
content: "\00667B"; /* 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%99%BB
MD5:
c8aa06699f58c902593397cfa4cac1fb
SHA1:
829e24c30d592062700d2979364c673546373ead
Base64:
5pm7