C:
char c = '\uBC35';
printf("%c\n", c); // Output: 밵
JavaScript:
const char = '\uBC35';
console.log(char); // Output: 밵
Java:
char c = '\uBC35';
System.out.println(c); // Output: 밵
JSON:
{"text": "\uBC35"} // Value: 밵
Python:
char = '\uBC35'
print(char) # Output: 밵
Perl:
my $char = "\x{BC35}";
print $char; # Output: 밵
PHP:
$char = "\x{BC35}";
echo $char; // Output: 밵
Ruby:
char = "\u{BC35}"
puts char # Output: 밵
Rust:
let c = '\u{BC35}';
println!("{}", c); // Output: 밵
Go:
char := '\uBC35'
fmt.Printf("%c\n", char) // Output: 밵
CSS:
/* CSS content property */
.element::before {
content: "\00BC35"; /* 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%B0%B5
MD5:
56c09af59db53ecd017d2ecc15666cce
SHA1:
5c96df584b7efb8edcf01998b93889ad036619e7
Base64:
67C1