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