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