C:
char c = '\uD739';
printf("%c\n", c); // Output: 휹
JavaScript:
const char = '\uD739';
console.log(char); // Output: 휹
Java:
char c = '\uD739';
System.out.println(c); // Output: 휹
JSON:
{"text": "\uD739"} // Value: 휹
Python:
char = '\uD739'
print(char) # Output: 휹
Perl:
my $char = "\x{D739}";
print $char; # Output: 휹
PHP:
$char = "\x{D739}";
echo $char; // Output: 휹
Ruby:
char = "\u{D739}"
puts char # Output: 휹
Rust:
let c = '\u{D739}';
println!("{}", c); // Output: 휹
Go:
char := '\uD739'
fmt.Printf("%c\n", char) // Output: 휹
CSS:
/* CSS content property */
.element::before {
content: "\00D739"; /* 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%B9
MD5:
ec4576edd3825c55f2882abb2493480a
SHA1:
b635fa13b3659c7f52d081c00d4b527d7f0e8b27
Base64:
7Zy5