C:
char c = '\uBE36';
printf("%c\n", c); // Output: 븶
JavaScript:
const char = '\uBE36';
console.log(char); // Output: 븶
Java:
char c = '\uBE36';
System.out.println(c); // Output: 븶
JSON:
{"text": "\uBE36"} // Value: 븶
Python:
char = '\uBE36'
print(char) # Output: 븶
Perl:
my $char = "\x{BE36}";
print $char; # Output: 븶
PHP:
$char = "\x{BE36}";
echo $char; // Output: 븶
Ruby:
char = "\u{BE36}"
puts char # Output: 븶
Rust:
let c = '\u{BE36}';
println!("{}", c); // Output: 븶
Go:
char := '\uBE36'
fmt.Printf("%c\n", char) // Output: 븶
CSS:
/* CSS content property */
.element::before {
content: "\00BE36"; /* 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%B8%B6
MD5:
6239dde530b8fda0ad2814efc056175f
SHA1:
0e408364aecee5dbe89d97a4fa0d15cd9a84e447
Base64:
67i2