C:
char c = '\u66C7';
printf("%c\n", c); // Output: 曇
JavaScript:
const char = '\u66C7';
console.log(char); // Output: 曇
Java:
char c = '\u66C7';
System.out.println(c); // Output: 曇
JSON:
{"text": "\u66C7"} // Value: 曇
Python:
char = '\u66C7'
print(char) # Output: 曇
Perl:
my $char = "\x{66C7}";
print $char; # Output: 曇
PHP:
$char = "\x{66C7}";
echo $char; // Output: 曇
Ruby:
char = "\u{66C7}"
puts char # Output: 曇
Rust:
let c = '\u{66C7}';
println!("{}", c); // Output: 曇
Go:
char := '\u66C7'
fmt.Printf("%c\n", char) // Output: 曇
CSS:
/* CSS content property */
.element::before {
content: "\0066C7"; /* 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%87
MD5:
7cbfeb21a607442f41a3501bbed5cb8d
SHA1:
d40ec0965ea846203e4fcb0337493aa12b39b817
Base64:
5puH