C:
char c = '\uBCFE';
printf("%c\n", c); // Output: 볾
JavaScript:
const char = '\uBCFE';
console.log(char); // Output: 볾
Java:
char c = '\uBCFE';
System.out.println(c); // Output: 볾
JSON:
{"text": "\uBCFE"} // Value: 볾
Python:
char = '\uBCFE'
print(char) # Output: 볾
Perl:
my $char = "\x{BCFE}";
print $char; # Output: 볾
PHP:
$char = "\x{BCFE}";
echo $char; // Output: 볾
Ruby:
char = "\u{BCFE}"
puts char # Output: 볾
Rust:
let c = '\u{BCFE}';
println!("{}", c); // Output: 볾
Go:
char := '\uBCFE'
fmt.Printf("%c\n", char) // Output: 볾
CSS:
/* CSS content property */
.element::before {
content: "\00BCFE"; /* 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%B3%BE
MD5:
bbfd9747b6882552950b99d79aa9d6b5
SHA1:
90006526d506e3aacf45aee1692d84b1638dfce7
Base64:
67O+