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