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