Unicode Finder

"艶" U+8276(CJK UNIFIED IDEOGRAPH-8276)

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

Programming

C
\u8276
JavaScript
\u8276
Java
\u8276
Json
\u8276
Python
\u8276
Perl
\x{8276}
PHP
\x{8276}
Ruby
\u{8276}
Rust
\u{8276}
Go
\u8276

Web

CSS
\008276
HtmlDecimal
艶
HtmlHexadecimal
艶
Url
%E8%89%B6

Code

MD5
223314e5cf4b20972a697cc24af93f0f
Sha1
0c50270cebfbe3834c7965ac6002bec1b61a6184
Base64
6Im2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8276';
console.log(char);  // Output: 艶

Java:

char c = '\u8276';
System.out.println(c);  // Output: 艶

JSON:

{"text": "\u8276"}  // Value: 艶

Python:

char = '\u8276'
print(char)  # Output: 艶

Perl:

my $char = "\x{8276}";
print $char;  # Output: 艶

PHP:

$char = "\x{8276}";
echo $char;  // Output: 艶

Ruby:

char = "\u{8276}"
puts char  # Output: 艶

Rust:

let c = '\u{8276}';
println!("{}", c);  // Output: 艶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008276";  /* Display: 艶 */
}

HTML Decimal:

<p>HTML decimal: &#33398;</p>  <!-- Display: 艶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8276;</p>  <!-- Display: 艶 -->

URL Encoding:

// 艶 URL encoding
https://unicodefinder.com/search.php?query=%E8%89%B6

Encodings

MD5:

223314e5cf4b20972a697cc24af93f0f

SHA1:

0c50270cebfbe3834c7965ac6002bec1b61a6184

Base64:

6Im2