Unicode Finder

"膾" U+81BE(CJK UNIFIED IDEOGRAPH-81BE)

U+81BE
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-81BE

Programming

C
\u81BE
JavaScript
\u81BE
Java
\u81BE
Json
\u81BE
Python
\u81BE
Perl
\x{81BE}
PHP
\x{81BE}
Ruby
\u{81BE}
Rust
\u{81BE}
Go
\u81BE

Web

CSS
\0081BE
HtmlDecimal
膾
HtmlHexadecimal
膾
Url
%E8%86%BE

Code

MD5
cbca0d7b83a880d9d3eb3c1614dbc142
Sha1
fd1ec79594961d74066ea3b7d304ad5302c0be3a
Base64
6Ia+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u81BE';
console.log(char);  // Output: 膾

Java:

char c = '\u81BE';
System.out.println(c);  // Output: 膾

JSON:

{"text": "\u81BE"}  // Value: 膾

Python:

char = '\u81BE'
print(char)  # Output: 膾

Perl:

my $char = "\x{81BE}";
print $char;  # Output: 膾

PHP:

$char = "\x{81BE}";
echo $char;  // Output: 膾

Ruby:

char = "\u{81BE}"
puts char  # Output: 膾

Rust:

let c = '\u{81BE}';
println!("{}", c);  // Output: 膾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0081BE";  /* Display: 膾 */
}

HTML Decimal:

<p>HTML decimal: &#33214;</p>  <!-- Display: 膾 -->

HTML Hexadecimal:

<p>HTML hex: &#x81BE;</p>  <!-- Display: 膾 -->

URL Encoding:

// 膾 URL encoding
https://unicodefinder.com/search.php?query=%E8%86%BE

Encodings

MD5:

cbca0d7b83a880d9d3eb3c1614dbc142

SHA1:

fd1ec79594961d74066ea3b7d304ad5302c0be3a

Base64:

6Ia+