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