C:
char c = '\uD4B3';
printf("%c\n", c); // Output: 풳
JavaScript:
const char = '\uD4B3';
console.log(char); // Output: 풳
Java:
char c = '\uD4B3';
System.out.println(c); // Output: 풳
JSON:
{"text": "\uD4B3"} // Value: 풳
Python:
char = '\uD4B3'
print(char) # Output: 풳
Perl:
my $char = "\x{D4B3}";
print $char; # Output: 풳
PHP:
$char = "\x{D4B3}";
echo $char; // Output: 풳
Ruby:
char = "\u{D4B3}"
puts char # Output: 풳
Rust:
let c = '\u{D4B3}';
println!("{}", c); // Output: 풳
Go:
char := '\uD4B3'
fmt.Printf("%c\n", char) // Output: 풳
CSS:
/* CSS content property */
.element::before {
content: "\00D4B3"; /* 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%B3
MD5:
49835234562695faaf42fccc292c17b9
SHA1:
3cfb234ed12b30902d0f9704d1de873912e264b8
Base64:
7ZKz