Unicode Finder

"膻" U+81BB(CJK UNIFIED IDEOGRAPH-81BB)

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

Programming

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

Web

CSS
\0081BB
HtmlDecimal
膻
HtmlHexadecimal
膻
Url
%E8%86%BB

Code

MD5
bf62ff5c454e91326b14f3e1d8d4abed
Sha1
da905b0299299704c37f52369fcc67677ad28274
Base64
6Ia7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u81BB';
console.log(char);  // Output: 膻

Java:

char c = '\u81BB';
System.out.println(c);  // Output: 膻

JSON:

{"text": "\u81BB"}  // Value: 膻

Python:

char = '\u81BB'
print(char)  # Output: 膻

Perl:

my $char = "\x{81BB}";
print $char;  # Output: 膻

PHP:

$char = "\x{81BB}";
echo $char;  // Output: 膻

Ruby:

char = "\u{81BB}"
puts char  # Output: 膻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33211;</p>  <!-- Display: 膻 -->

HTML Hexadecimal:

<p>HTML hex: &#x81BB;</p>  <!-- Display: 膻 -->

URL Encoding:

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

Encodings

MD5:

bf62ff5c454e91326b14f3e1d8d4abed

SHA1:

da905b0299299704c37f52369fcc67677ad28274

Base64:

6Ia7