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