C:
char c = '\uBFEC';
printf("%c\n", c); // Output: 뿬
JavaScript:
const char = '\uBFEC';
console.log(char); // Output: 뿬
Java:
char c = '\uBFEC';
System.out.println(c); // Output: 뿬
JSON:
{"text": "\uBFEC"} // Value: 뿬
Python:
char = '\uBFEC'
print(char) # Output: 뿬
Perl:
my $char = "\x{BFEC}";
print $char; # Output: 뿬
PHP:
$char = "\x{BFEC}";
echo $char; // Output: 뿬
Ruby:
char = "\u{BFEC}"
puts char # Output: 뿬
Rust:
let c = '\u{BFEC}';
println!("{}", c); // Output: 뿬
Go:
char := '\uBFEC'
fmt.Printf("%c\n", char) // Output: 뿬
CSS:
/* CSS content property */
.element::before {
content: "\00BFEC"; /* 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%AC
MD5:
76b3dccd015ff3b4e77cb64009a7d74e
SHA1:
39c3f25eeeff9c11ccae1009e5b478aaf1051e0b
Base64:
67+s