C:
char c = '\uB835';
printf("%c\n", c); // Output: 렵
JavaScript:
const char = '\uB835';
console.log(char); // Output: 렵
Java:
char c = '\uB835';
System.out.println(c); // Output: 렵
JSON:
{"text": "\uB835"} // Value: 렵
Python:
char = '\uB835'
print(char) # Output: 렵
Perl:
my $char = "\x{B835}";
print $char; # Output: 렵
PHP:
$char = "\x{B835}";
echo $char; // Output: 렵
Ruby:
char = "\u{B835}"
puts char # Output: 렵
Rust:
let c = '\u{B835}';
println!("{}", c); // Output: 렵
Go:
char := '\uB835'
fmt.Printf("%c\n", char) // Output: 렵
CSS:
/* CSS content property */
.element::before {
content: "\00B835"; /* 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%A0%B5
MD5:
6dee1bc33b1f689bbce2205fcd676f80
SHA1:
55050cd0985b9a2ab65bcaf3071cd7fab82b4890
Base64:
66C1