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