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