C:
char c = '\uD70F';
printf("%c\n", c); // Output: 휏
JavaScript:
const char = '\uD70F';
console.log(char); // Output: 휏
Java:
char c = '\uD70F';
System.out.println(c); // Output: 휏
JSON:
{"text": "\uD70F"} // Value: 휏
Python:
char = '\uD70F'
print(char) # Output: 휏
Perl:
my $char = "\x{D70F}";
print $char; # Output: 휏
PHP:
$char = "\x{D70F}";
echo $char; // Output: 휏
Ruby:
char = "\u{D70F}"
puts char # Output: 휏
Rust:
let c = '\u{D70F}';
println!("{}", c); // Output: 휏
Go:
char := '\uD70F'
fmt.Printf("%c\n", char) // Output: 휏
CSS:
/* CSS content property */
.element::before {
content: "\00D70F"; /* 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=%ED%9C%8F
MD5:
f9c5b506b1dcf4b6a4d2bed5d99f1945
SHA1:
c313cb4eb196ed386fb4dfb85ae019174e49afa5
Base64:
7ZyP