C:
char c = '\uBF58';
printf("%c\n", c); // Output: 뽘
JavaScript:
const char = '\uBF58';
console.log(char); // Output: 뽘
Java:
char c = '\uBF58';
System.out.println(c); // Output: 뽘
JSON:
{"text": "\uBF58"} // Value: 뽘
Python:
char = '\uBF58'
print(char) # Output: 뽘
Perl:
my $char = "\x{BF58}";
print $char; # Output: 뽘
PHP:
$char = "\x{BF58}";
echo $char; // Output: 뽘
Ruby:
char = "\u{BF58}"
puts char # Output: 뽘
Rust:
let c = '\u{BF58}';
println!("{}", c); // Output: 뽘
Go:
char := '\uBF58'
fmt.Printf("%c\n", char) // Output: 뽘
CSS:
/* CSS content property */
.element::before {
content: "\00BF58"; /* 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=%EB%BD%98
MD5:
b0564de893d3aa2f561d4143f7c80198
SHA1:
39bac0ddee8c42fd07b12757099f300af94cc13a
Base64:
672Y