C:
char c = '\uBC8B';
printf("%c\n", c); // Output: 벋
JavaScript:
const char = '\uBC8B';
console.log(char); // Output: 벋
Java:
char c = '\uBC8B';
System.out.println(c); // Output: 벋
JSON:
{"text": "\uBC8B"} // Value: 벋
Python:
char = '\uBC8B'
print(char) # Output: 벋
Perl:
my $char = "\x{BC8B}";
print $char; # Output: 벋
PHP:
$char = "\x{BC8B}";
echo $char; // Output: 벋
Ruby:
char = "\u{BC8B}"
puts char # Output: 벋
Rust:
let c = '\u{BC8B}';
println!("{}", c); // Output: 벋
Go:
char := '\uBC8B'
fmt.Printf("%c\n", char) // Output: 벋
CSS:
/* CSS content property */
.element::before {
content: "\00BC8B"; /* 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%B2%8B
MD5:
a7e1a238138ad3f36aa5c28fd0191d28
SHA1:
0626ad32f5891ea4cf9f81f722b0daca28fb80d0
Base64:
67KL