C:
char c = '\u666B';
printf("%c\n", c); // Output: 晫
JavaScript:
const char = '\u666B';
console.log(char); // Output: 晫
Java:
char c = '\u666B';
System.out.println(c); // Output: 晫
JSON:
{"text": "\u666B"} // Value: 晫
Python:
char = '\u666B'
print(char) # Output: 晫
Perl:
my $char = "\x{666B}";
print $char; # Output: 晫
PHP:
$char = "\x{666B}";
echo $char; // Output: 晫
Ruby:
char = "\u{666B}"
puts char # Output: 晫
Rust:
let c = '\u{666B}';
println!("{}", c); // Output: 晫
Go:
char := '\u666B'
fmt.Printf("%c\n", char) // Output: 晫
CSS:
/* CSS content property */
.element::before {
content: "\00666B"; /* 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%AB
MD5:
b950d73c688644d81ec0c553a240ba17
SHA1:
5fa74d1356cab530518b4e2e1b2de43aa5680535
Base64:
5pmr