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