C:
char c = '\u66CF';
printf("%c\n", c); // Output: 曏
JavaScript:
const char = '\u66CF';
console.log(char); // Output: 曏
Java:
char c = '\u66CF';
System.out.println(c); // Output: 曏
JSON:
{"text": "\u66CF"} // Value: 曏
Python:
char = '\u66CF'
print(char) # Output: 曏
Perl:
my $char = "\x{66CF}";
print $char; # Output: 曏
PHP:
$char = "\x{66CF}";
echo $char; // Output: 曏
Ruby:
char = "\u{66CF}"
puts char # Output: 曏
Rust:
let c = '\u{66CF}';
println!("{}", c); // Output: 曏
Go:
char := '\u66CF'
fmt.Printf("%c\n", char) // Output: 曏
CSS:
/* CSS content property */
.element::before {
content: "\0066CF"; /* 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%9B%8F
MD5:
2bbbf69e695b4861d46bd665c55abb66
SHA1:
031bae7b763093735d28527fe36b3c124dc6c1a0
Base64:
5puP