C:
char c = '\u518B';
printf("%c\n", c); // Output: 冋
JavaScript:
const char = '\u518B';
console.log(char); // Output: 冋
Java:
char c = '\u518B';
System.out.println(c); // Output: 冋
JSON:
{"text": "\u518B"} // Value: 冋
Python:
char = '\u518B'
print(char) # Output: 冋
Perl:
my $char = "\x{518B}";
print $char; # Output: 冋
PHP:
$char = "\x{518B}";
echo $char; // Output: 冋
Ruby:
char = "\u{518B}"
puts char # Output: 冋
Rust:
let c = '\u{518B}';
println!("{}", c); // Output: 冋
Go:
char := '\u518B'
fmt.Printf("%c\n", char) // Output: 冋
CSS:
/* CSS content property */
.element::before {
content: "\00518B"; /* 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=%E5%86%8B
MD5:
ec4f5f0032c3f3200bc0c1a0d7ba409a
SHA1:
797937fe6811c0e2c423291043c01561ec0e633d
Base64:
5YaL