C:
char c = '\uBFC4';
printf("%c\n", c); // Output: 뿄
JavaScript:
const char = '\uBFC4';
console.log(char); // Output: 뿄
Java:
char c = '\uBFC4';
System.out.println(c); // Output: 뿄
JSON:
{"text": "\uBFC4"} // Value: 뿄
Python:
char = '\uBFC4'
print(char) # Output: 뿄
Perl:
my $char = "\x{BFC4}";
print $char; # Output: 뿄
PHP:
$char = "\x{BFC4}";
echo $char; // Output: 뿄
Ruby:
char = "\u{BFC4}"
puts char # Output: 뿄
Rust:
let c = '\u{BFC4}';
println!("{}", c); // Output: 뿄
Go:
char := '\uBFC4'
fmt.Printf("%c\n", char) // Output: 뿄
CSS:
/* CSS content property */
.element::before {
content: "\00BFC4"; /* 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%BF%84
MD5:
ab580e1c5e7cd30b75867d6b02193270
SHA1:
0d070f092d3bcc998cb2cb00371bec5c9ea255fc
Base64:
67+E