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