C:
char c = '\uD47A';
printf("%c\n", c); // Output: 푺
JavaScript:
const char = '\uD47A';
console.log(char); // Output: 푺
Java:
char c = '\uD47A';
System.out.println(c); // Output: 푺
JSON:
{"text": "\uD47A"} // Value: 푺
Python:
char = '\uD47A'
print(char) # Output: 푺
Perl:
my $char = "\x{D47A}";
print $char; # Output: 푺
PHP:
$char = "\x{D47A}";
echo $char; // Output: 푺
Ruby:
char = "\u{D47A}"
puts char # Output: 푺
Rust:
let c = '\u{D47A}';
println!("{}", c); // Output: 푺
Go:
char := '\uD47A'
fmt.Printf("%c\n", char) // Output: 푺
CSS:
/* CSS content property */
.element::before {
content: "\00D47A"; /* 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%91%BA
MD5:
4615ea3fcadd0fe17ab25c725dd67b1e
SHA1:
b6a1ae121d52788302c8e66ccb9424c5f8e72d2a
Base64:
7ZG6