C:
char c = '\uBED1';
printf("%c\n", c); // Output: 뻑
JavaScript:
const char = '\uBED1';
console.log(char); // Output: 뻑
Java:
char c = '\uBED1';
System.out.println(c); // Output: 뻑
JSON:
{"text": "\uBED1"} // Value: 뻑
Python:
char = '\uBED1'
print(char) # Output: 뻑
Perl:
my $char = "\x{BED1}";
print $char; # Output: 뻑
PHP:
$char = "\x{BED1}";
echo $char; // Output: 뻑
Ruby:
char = "\u{BED1}"
puts char # Output: 뻑
Rust:
let c = '\u{BED1}';
println!("{}", c); // Output: 뻑
Go:
char := '\uBED1'
fmt.Printf("%c\n", char) // Output: 뻑
CSS:
/* CSS content property */
.element::before {
content: "\00BED1"; /* 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%BB%91
MD5:
2abfe53b34e6170a3343fc12556083e3
SHA1:
5b85de9696ee8508fcd29ced50c786f43148461c
Base64:
67uR