Unicode Finder

"醸" U+91B8(CJK UNIFIED IDEOGRAPH-91B8)

U+91B8
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-91B8

Programming

C
\u91B8
JavaScript
\u91B8
Java
\u91B8
Json
\u91B8
Python
\u91B8
Perl
\x{91B8}
PHP
\x{91B8}
Ruby
\u{91B8}
Rust
\u{91B8}
Go
\u91B8

Web

CSS
\0091B8
HtmlDecimal
醸
HtmlHexadecimal
醸
Url
%E9%86%B8

Code

MD5
8a9dba94181843308c67bd958259a739
Sha1
3377559e1c1325492a7a001bdafe43d5491b4db3
Base64
6Ya4

使用示例

Programming Languages

C:

char c = '\u91B8';
printf("%c\n", c);  // Output: 醸

JavaScript:

const char = '\u91B8';
console.log(char);  // Output: 醸

Java:

char c = '\u91B8';
System.out.println(c);  // Output: 醸

JSON:

{"text": "\u91B8"}  // Value: 醸

Python:

char = '\u91B8'
print(char)  # Output: 醸

Perl:

my $char = "\x{91B8}";
print $char;  # Output: 醸

PHP:

$char = "\x{91B8}";
echo $char;  // Output: 醸

Ruby:

char = "\u{91B8}"
puts char  # Output: 醸

Rust:

let c = '\u{91B8}';
println!("{}", c);  // Output: 醸

Go:

char := '\u91B8'
fmt.Printf("%c\n", char)  // Output: 醸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0091B8";  /* Display: 醸 */
}

HTML Decimal:

<p>HTML decimal: &#37304;</p>  <!-- Display: 醸 -->

HTML Hexadecimal:

<p>HTML hex: &#x91B8;</p>  <!-- Display: 醸 -->

URL Encoding:

// 醸 URL encoding
https://unicodefinder.com/search.php?query=%E9%86%B8

Encodings

MD5:

8a9dba94181843308c67bd958259a739

SHA1:

3377559e1c1325492a7a001bdafe43d5491b4db3

Base64:

6Ya4