C:
char c = '\u5038';
printf("%c\n", c); // Output: 倸
JavaScript:
const char = '\u5038';
console.log(char); // Output: 倸
Java:
char c = '\u5038';
System.out.println(c); // Output: 倸
JSON:
{"text": "\u5038"} // Value: 倸
Python:
char = '\u5038'
print(char) # Output: 倸
Perl:
my $char = "\x{5038}";
print $char; # Output: 倸
PHP:
$char = "\x{5038}";
echo $char; // Output: 倸
Ruby:
char = "\u{5038}"
puts char # Output: 倸
Rust:
let c = '\u{5038}';
println!("{}", c); // Output: 倸
Go:
char := '\u5038'
fmt.Printf("%c\n", char) // Output: 倸
CSS:
/* CSS content property */
.element::before {
content: "\005038"; /* 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%80%B8
MD5:
6bb627c1fc5e74484d0a41a0ec83f718
SHA1:
f26c3b0e15cf5698562c970ef8591e41afee1235
Base64:
5YC4