C:
char c = '\uD49A';
printf("%c\n", c); // Output: 풚
JavaScript:
const char = '\uD49A';
console.log(char); // Output: 풚
Java:
char c = '\uD49A';
System.out.println(c); // Output: 풚
JSON:
{"text": "\uD49A"} // Value: 풚
Python:
char = '\uD49A'
print(char) # Output: 풚
Perl:
my $char = "\x{D49A}";
print $char; # Output: 풚
PHP:
$char = "\x{D49A}";
echo $char; // Output: 풚
Ruby:
char = "\u{D49A}"
puts char # Output: 풚
Rust:
let c = '\u{D49A}';
println!("{}", c); // Output: 풚
Go:
char := '\uD49A'
fmt.Printf("%c\n", char) // Output: 풚
CSS:
/* CSS content property */
.element::before {
content: "\00D49A"; /* 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%9A
MD5:
6f1550bf089746f47f86c8e7b859c956
SHA1:
648c773bcebd9170b83a723e4bb96bd85abbd920
Base64:
7ZKa